public class MissingPropertyException extends Exception
Constructor and Description |
---|
MissingPropertyException()
Creates a new instance of this class.
|
MissingPropertyException(String message)
Creates a new instance of this class.
|
MissingPropertyException(String message,
Throwable cause)
Creates a new instance of this class.
|
MissingPropertyException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates a new instance of this class.
|
MissingPropertyException(Throwable cause)
Creates a new instance of this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingPropertyException()
public MissingPropertyException(String message)
message
- the messagepublic MissingPropertyException(String message, Throwable cause)
message
- the messagecause
- the cause of this exceptionpublic MissingPropertyException(Throwable cause)
cause
- the cause of this exceptionpublic MissingPropertyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the cause of this exceptionenableSuppression
- flag if suppression is enabledwritableStackTrace
- flag if the stack trace should be writableCopyright © 2012–2019 Drombler. All rights reserved.