Uses of Class
org.opensolaris.os.dtrace.ErrorEvent

Uses of ErrorEvent in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace with parameters of type ErrorEvent
 void ConsumerAdapter.errorEncountered(ErrorEvent e)
          Terminates a running Consumer by throwing an exception.
 void ConsumerListener.errorEncountered(ErrorEvent e)
          Called when an error is encountered in the native DTrace library while tracing probe data.
protected  void LocalConsumer.fireErrorEncountered(ErrorEvent e)