|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.tensegrity.generic.util.FactoryConfigurationError
This Excetpion is intended to indicate that the Factory has not been configured correctly.
| Constructor Summary | |
FactoryConfigurationError()
Constructor without parameters |
|
FactoryConfigurationError(java.lang.Exception exception)
Constructor with an exception as parameters that should be transformed into a FactoryConfigurationError |
|
FactoryConfigurationError(java.lang.Exception exception,
java.lang.String message)
Constructor with an exception as parameters that should be transformed into a FactoryConfigurationError. |
|
FactoryConfigurationError(java.lang.String message)
Constructor with a String as parameter that is taken as
message. |
|
| Method Summary | |
java.lang.Exception |
getException()
This method returns the exception if one is there. |
java.lang.String |
getMessage()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FactoryConfigurationError()
Object.Object()public FactoryConfigurationError(java.lang.Exception exception)
exception - the occured exception
public FactoryConfigurationError(java.lang.Exception exception,
java.lang.String message)
exception - the occured exceptionmessage - the message to returnpublic FactoryConfigurationError(java.lang.String message)
String as parameter that is taken as
message.
message - the message to returnThrowable.Throwable(String)| Method Detail |
public java.lang.Exception getException()
null.
null.public java.lang.String getMessage()
Throwable.getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||