net.walend.director
Class DirectorRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.walend.lang.NestedRuntimeException
                          |
                          +--net.walend.director.DirectorRuntimeException
All Implemented Interfaces:
HasNestedThrowable, java.io.Serializable
Direct Known Subclasses:
ClassForRoleNotFoundException, ObjectForRoleNotFoundException

public abstract class DirectorRuntimeException
extends NestedRuntimeException
implements java.io.Serializable

An abstract NestedRuntimeException for the Lyophilizer kit.

Since:
20010517
Author:
David Walend

Field Summary
 
Fields inherited from class net.walend.lang.NestedRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DirectorRuntimeException()
          Only use this constructor for Serialization.
DirectorRuntimeException(java.lang.String message)
           
DirectorRuntimeException(java.lang.String message, java.lang.Throwable nester)
           
DirectorRuntimeException(java.lang.Throwable nester)
           
 
Methods inherited from class net.walend.lang.NestedRuntimeException
getMessage, getNestedThrowable, hasNestedThrowable, printLimitedStackTrace, printLimitedStackTrace, printLimitedStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectorRuntimeException

public DirectorRuntimeException()
Only use this constructor for Serialization.


DirectorRuntimeException

public DirectorRuntimeException(java.lang.String message)

DirectorRuntimeException

public DirectorRuntimeException(java.lang.Throwable nester)

DirectorRuntimeException

public DirectorRuntimeException(java.lang.String message,
                                java.lang.Throwable nester)


Copyright (c) 2000, 2001, David Walend