public class PcepParseException extends Exception
| Constructor and Description |
|---|
PcepParseException()
Default constructor to create a new exception.
|
PcepParseException(byte errType,
byte errValue)
Constructor to create exception from error type and error value.
|
PcepParseException(String message)
Constructor to create exception from message.
|
PcepParseException(String message,
Throwable cause)
Constructor to create exception from message and cause.
|
PcepParseException(Throwable cause)
Constructor to create exception from cause.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getErrorType()
Returns error type for this exception.
|
byte |
getErrorValue()
Returns error value for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PcepParseException()
public PcepParseException(String message, Throwable cause)
message - the detail of exception in stringcause - underlying cause of the errorpublic PcepParseException(String message)
message - the detail of exception in stringpublic PcepParseException(byte errType,
byte errValue)
errType - error type of pceperrValue - error value of pceppublic PcepParseException(Throwable cause)
cause - underlying cause of the errorCopyright © 2015. All rights reserved.