public class DirectivesException extends Exception
| Constructor and Description |
|---|
DirectivesException()
Constructs an
DirectivesException with no detail message. |
DirectivesException(String s)
Constructs an
DirectivesException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectivesException()
DirectivesException with no detail message.public DirectivesException(String s)
DirectivesException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.