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

/illumos-gate/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.java82 * @throws DTraceException if an exception occurs in the native
89 public void open(OpenFlag ... flags) throws DTraceException;
113 * @throws DTraceException if an exception occurs in the native
118 throws DTraceException;
142 * @throws DTraceException if an exception occurs in the native
153 throws DTraceException, IOException, SecurityException;
165 * @throws DTraceException if an exception occurs in the native
169 public void enable() throws DTraceException;
194 * @throws DTraceException if an exception occurs in the native
201 public void enable(Program program) throws DTraceException;
[all...]
H A DLocalConsumer.java89 private native void _open(OpenFlag[] flags) throws DTraceException;
91 throws DTraceException;
93 throws DTraceException;
94 private native void _exec(Program program) throws DTraceException;
96 throws DTraceException;
98 throws DTraceException;
99 private native long _getOption(String option) throws DTraceException;
102 private native void _go() throws DTraceException;
103 private native void _stop() throws DTraceException;
104 private native void _consume() throws DTraceException;
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java51 } catch (DTraceException e) {
81 } catch (DTraceException e) {
H A DTestStopLock.java59 } catch (DTraceException e) {
H A DTestAbort.java56 } catch (DTraceException e) {
149 } catch (DTraceException e) {
H A DTestDrop.java60 sampleAggregate(Consumer consumer) throws DTraceException
163 } catch (DTraceException e) {
H A DTestProbeData.java106 } catch (DTraceException e) {
H A DTestGetAggregate.java48 throws DTraceException, InterruptedException
88 throws DTraceException, InterruptedException
H A DTestEnable.java146 } catch (DTraceException e) {
H A DTestMultiAggPrinta.java136 } catch (DTraceException e) {
H A DTestStateMachine.java620 } catch (DTraceException e) {
H A DTestBean.java549 } catch (DTraceException e) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java646 if (e instanceof DTraceException) {
647 DTraceException de = (DTraceException)e;
1027 } catch (DTraceException e) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile116 DTraceException \

Completed in 144 milliseconds