public class PropertyException extends ModelObjectException
Property
's value fails unexpectedly.Property.getJavaValue(java.lang.ClassLoader)
,
Serialized FormConstructor and Description |
---|
PropertyException()
Creates a new
PropertyException instance. |
PropertyException(String message)
Creates a new
PropertyException instance taking a message. |
PropertyException(String message,
Throwable cause)
Creates a new
PropertyException instance taking a message and a cause. |
PropertyException(Throwable cause)
Creates a new
PropertyException instance taking a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyException()
PropertyException
instance.public PropertyException(String message)
PropertyException
instance taking a message.message
- The message of the exception.public PropertyException(Throwable cause)
PropertyException
instance taking a cause.cause
- The cause of the exception.public PropertyException(String message, Throwable cause)
PropertyException
instance taking a message and a cause.message
- The message of the exception.cause
- The cause of the exception.Copyright © 2005–2016 The JOMC Project. All rights reserved.