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

/osnet-11/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.java1159 nextProbeData(ProbeData probeData) throws ConsumerException
1168 dataDropped(Drop drop) throws ConsumerException
1177 errorEncountered(Error error) throws ConsumerException
1186 processStateChanged(ProcessState processState) throws ConsumerException
1192 fireDataReceived(DataEvent e) throws ConsumerException
1206 fireDataDropped(DropEvent e) throws ConsumerException
1220 fireErrorEncountered(ErrorEvent e) throws ConsumerException
1234 fireProcessStateChanged(ProcessEvent e) throws ConsumerException
/osnet-11/usr/src/lib/libdtrace_jni/java/
H A DMakefile112 ConsumerException \

Completed in 20 milliseconds