public class JooneRuntimeException
extends java.lang.RuntimeException
Exception
thrown by
the application.RuntimeException
,
Serialized FormConstructor and Description |
---|
JooneRuntimeException(java.lang.String aMessage)
Constructor for JooneRuntimeException.
|
JooneRuntimeException(java.lang.String aMessage,
java.lang.Throwable anInitialException)
Constructor for JooneRunTimeException.
|
JooneRuntimeException(java.lang.Throwable anInitialException)
Constructor for JooneRunTimeException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
public JooneRuntimeException(java.lang.String aMessage)
aMessage
- to be displayed.public JooneRuntimeException(java.lang.Throwable anInitialException)
anInitialException
- When applying the Original Exception that was thrown.public JooneRuntimeException(java.lang.String aMessage, java.lang.Throwable anInitialException)
aMessage
- The message explaining the origin of the ExceptionanInitialException
- When applying the Original Exception that was thrown.public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
Throwable.getLocalizedMessage()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
Submit Feedback to pmarrone@users.sourceforge.net