Searched refs:ConsumerException (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumerAdapter.java43 public void dataReceived(DataEvent e) throws ConsumerException {}
48 * @throws ConsumerException
51 dataDropped(DropEvent e) throws ConsumerException
54 throw new ConsumerException(drop.getDefaultMessage(), drop);
60 * @throws ConsumerException
63 errorEncountered(ErrorEvent e) throws ConsumerException
66 throw new ConsumerException(error.getDefaultMessage(), error);
70 public void processStateChanged(ProcessEvent e) throws ConsumerException {}
H A DConsumerListener.java43 * {@link ConsumerException} from this method.
45 * @throws ConsumerException if the implementation should terminate
48 public void dataReceived(DataEvent e) throws ConsumerException;
53 * a {@link ConsumerException} from this method.
55 * @throws ConsumerException if the implementation should terminate
58 public void dataDropped(DropEvent e) throws ConsumerException;
63 * {@link ConsumerException} from this method.
65 * @throws ConsumerException if the implementation should terminate
68 public void errorEncountered(ErrorEvent e) throws ConsumerException;
73 * {@link ConsumerException} fro
[all...]
H A DConsumerException.java36 public class ConsumerException extends Exception { class in inherits:Exception
45 * @see #ConsumerException(String message, Object
49 ConsumerException(String message) method in class:ConsumerException
81 ConsumerException(String message, Object notification) method in class:ConsumerException
99 * @see #ConsumerException(String message,
H A DLocalConsumer.java1157 nextProbeData(ProbeData probeData) throws ConsumerException
1166 dataDropped(Drop drop) throws ConsumerException
1175 errorEncountered(Error error) throws ConsumerException
1184 processStateChanged(ProcessState processState) throws ConsumerException
1190 fireDataReceived(DataEvent e) throws ConsumerException
1204 fireDataDropped(DropEvent e) throws ConsumerException
1218 fireErrorEncountered(ErrorEvent e) throws ConsumerException
1232 fireProcessStateChanged(ProcessEvent e) throws ConsumerException
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java142 public void dataDropped(DropEvent e) throws ConsumerException {
146 throw new ConsumerException(drop.getDefaultMessage(),
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java649 } else if (e instanceof ConsumerException) {
650 ConsumerException ce = (ConsumerException)e;
988 throws ConsumerException {
997 throws ConsumerException {
1001 throws ConsumerException {
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile113 ConsumerException \

Completed in 77 milliseconds