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, toString
public 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 © 2021. All rights reserved.