exceptions
Class MyRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
exceptions.MyRuntimeException
- All Implemented Interfaces:
- StandardExceptionMessageProvider, java.io.Serializable
- Direct Known Subclasses:
- DBException, NoHandlerForConnectionTypeException, NotPossibleDownloadException
public class MyRuntimeException
- extends java.lang.RuntimeException
- implements StandardExceptionMessageProvider
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
standardMessage
protected java.lang.String standardMessage
MyRuntimeException
public MyRuntimeException()
- Creates a new instance of MyRuntimeException
MyRuntimeException
public MyRuntimeException(java.lang.String msg)
MyRuntimeException
public MyRuntimeException(java.lang.Throwable cause)
MyRuntimeException
public MyRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
getStandardMessage
public java.lang.String getStandardMessage()
- Specified by:
getStandardMessage
in interface StandardExceptionMessageProvider