|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.castor.core.exceptions.CastorRuntimeException
org.castor.core.util.PropertiesException
public final class PropertiesException
PropertiesException is an unchecked exception thrown when properties can not be loaded or if configuration property can't be converted to the requested type.
Constructor Summary | |
---|---|
PropertiesException()
Constructs a new PropertiesException without a message. |
|
PropertiesException(String message)
Constructs a new PropertiesException with the specified detail message. |
|
PropertiesException(String message,
Throwable cause)
Constructs a new PropertiesException with the specified detail message and cause. |
|
PropertiesException(Throwable cause)
Constructs a new PropertiesException with the specified cause and the detail message of the cause. |
Method Summary |
---|
Methods inherited from class org.castor.core.exceptions.CastorRuntimeException |
---|
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertiesException()
public PropertiesException(String message)
message
- The detail message.public PropertiesException(Throwable cause)
cause
- The cause.public PropertiesException(String message, Throwable cause)
message
- The detail message.cause
- The cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |