org.jhotdraw.framework
Class JHotDrawRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jhotdraw.framework.JHotDrawRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class JHotDrawRuntimeException
extends java.lang.RuntimeException

A JHotDraw RuntimeException.

Version:
<$CURRENT_VERSION$>
See Also:
Serialized Form

Constructor Summary
JHotDrawRuntimeException(java.lang.Exception nestedException)
           
JHotDrawRuntimeException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JHotDrawRuntimeException

public JHotDrawRuntimeException(java.lang.String msg)

JHotDrawRuntimeException

public JHotDrawRuntimeException(java.lang.Exception nestedException)
Method Detail

getNestedException

public java.lang.Exception getNestedException()