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

Uses of Error in org.opensolaris.os.dtrace
 

Methods in org.opensolaris.os.dtrace that return Error
 Error ErrorEvent.getError()
          Gets the error reported by DTrace.
 

Constructors in org.opensolaris.os.dtrace with parameters of type Error
ErrorEvent(java.lang.Object source, Error dtraceError)
          Creates an errorEncountered() event that reports an error encountered in the native DTrace library during tracing.