public class PCEPDeserializerException extends Exception
Constructor and Description |
---|
PCEPDeserializerException(String err)
Used when no exact error (from rfc or from draft) is specified.
|
PCEPDeserializerException(String err,
Throwable e)
Used when we want to pass also the exception that occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PCEPDeserializerException(String err)
err
- error message describing the error that occurredCopyright © 2019 OpenDaylight. All rights reserved.