Serializable
public class PropertyEditorException extends RuntimeException
Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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–2018. All rights reserved.