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 Summary
Constructors Constructor Description PiInterpreterException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PiInterpreterException
public PiInterpreterException(String message)
 
 - 
 
 -