Serializable
public class InvalidDescriptionException extends Exception
Constructor | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2019. All rights reserved.