public class PropertyEditorException extends RuntimeException
Constructor and Description |
---|
PropertyEditorException()
Default constructor for a PropertyException.
|
PropertyEditorException(String message)
A PropertyEditorException with just an error message.
|
PropertyEditorException(String message,
Throwable cause)
An exception with both a message and an internal exception.
|
PropertyEditorException(Throwable cause)
PropertyEditorException with a wrappered inner exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyEditorException()
public PropertyEditorException(Throwable cause)
cause
- Original root cause of the PropertyEditorException.public PropertyEditorException(String message)
message
- The text error message describing the condition.Copyright © 2005–2021. All rights reserved.