Searched refs:DTraceException (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDTraceException.java35 public class DTraceException extends Exception { class in inherits:Exception
42 DTraceException(String message) method in class:DTraceException
H A DConsumer.java79 * @throws DTraceException if an exception occurs in the native
86 public void open(OpenFlag ... flags) throws DTraceException;
110 * @throws DTraceException if an exception occurs in the native
115 throws DTraceException;
139 * @throws DTraceException if an exception occurs in the native
150 throws DTraceException, IOException, SecurityException;
162 * @throws DTraceException if an exception occurs in the native
166 public void enable() throws DTraceException;
191 * @throws DTraceException if an exception occurs in the native
198 public void enable(Program program) throws DTraceException;
[all...]
H A DLocalConsumer.java91 private native void _open(OpenFlag[] flags) throws DTraceException;
93 throws DTraceException;
95 throws DTraceException;
96 private native void _exec(Program program) throws DTraceException;
98 throws DTraceException;
100 throws DTraceException;
101 private native long _getOption(String option) throws DTraceException;
104 private native void _go() throws DTraceException;
105 private native void _stop() throws DTraceException;
106 private native void _consume() throws DTraceException;
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/
H A DMakefile115 DTraceException \

Completed in 24 milliseconds