Package org.openxava.util
Class InitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxava.util.InitException
- All Implemented Interfaces:
Serializable
Throws when probllems on init (generally calling to init() method.>p>
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitException(String idOrMessage) InitException(String idOrMessage, Object argv0) InitException(String idOrMessage, Object argv0, Object argv1) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitException
public InitException() -
InitException
- Parameters:
idOrMessage- Id for look messsage in XavaResources, or text of the message
-
InitException
-
InitException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-