Package org.onosproject.net.pi.model
Class PiPipelineInterpreter.PiInterpreterException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.onosproject.net.pi.model.PiPipelineInterpreter.PiInterpreterException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing interface:
- PiPipelineInterpreter
 
 @Beta public static class PiPipelineInterpreter.PiInterpreterException extends Exception Signals that an error was encountered while executing the interpreter.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PiInterpreterException(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PiInterpreterExceptionpublic PiInterpreterException(String message) 
 
- 
 
-