|
|||||||||
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
com.basistech.util.BeanConfigurationException
public class BeanConfigurationException
This exception is thrown when a Basis is configured in Spring (or some similiar environment) but a required property is not set.
Constructor Summary | |
---|---|
BeanConfigurationException()
Default constructor. |
|
BeanConfigurationException(String message)
Exception with an error message. |
|
BeanConfigurationException(String message,
Throwable cause)
Exception with an error message and an underlying other exception. |
|
BeanConfigurationException(Throwable cause)
Exception wrapping another exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BeanConfigurationException()
public BeanConfigurationException(String message)
message
- the message.public BeanConfigurationException(Throwable cause)
cause
- the other exception.public BeanConfigurationException(String message, Throwable cause)
message
- the message.cause
- the other exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |