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 ConsumerListener.errorEncountered(ErrorEvent e)
          Called when an error is encountered in the native DTrace library while tracing probe data.
 void ConsumerAdapter.errorEncountered(ErrorEvent e)
          Terminates a running Consumer by throwing an exception.
protected  void LocalConsumer.fireErrorEncountered(ErrorEvent e)