exceptions
Class MyRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
protected  java.lang.String standardMessage
           
 
Constructor Summary
MyRuntimeException()
          Creates a new instance of MyRuntimeException
MyRuntimeException(java.lang.String msg)
           
MyRuntimeException(java.lang.String msg, java.lang.Throwable cause)
           
MyRuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getStandardMessage()
           
 
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
 

Field Detail

standardMessage

protected java.lang.String standardMessage
Constructor Detail

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)
Method Detail

getStandardMessage

public java.lang.String getStandardMessage()
Specified by:
getStandardMessage in interface StandardExceptionMessageProvider