public class InvalidDescriptionException extends Exception
| Constructor and Description | 
|---|
| InvalidDescriptionException()Constructs a new InvalidDescriptionException | 
| InvalidDescriptionException(String message)Constructs a new InvalidDescriptionException with the given message | 
| InvalidDescriptionException(Throwable cause)Constructs a new InvalidDescriptionException based on the given
 Exception | 
| InvalidDescriptionException(Throwable cause,
                           String message)Constructs a new InvalidDescriptionException based on the given
 Exception | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDescriptionException(Throwable cause, String message)
message - Brief message explaining the cause of the exceptioncause - Exception that triggered this Exceptionpublic InvalidDescriptionException(Throwable cause)
cause - Exception that triggered this Exceptionpublic InvalidDescriptionException(String message)
message - Brief message explaining the cause of the exceptionpublic InvalidDescriptionException()
Copyright © 2015. All rights reserved.