to.etc.webapp
Class ProgrammerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.webapp.ProgrammerErrorException
All Implemented Interfaces:
java.io.Serializable

public final class ProgrammerErrorException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ProgrammerErrorException(java.lang.String arg0)
           
ProgrammerErrorException(java.lang.String arg0, java.lang.Throwable arg1)
           
ProgrammerErrorException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

ProgrammerErrorException

public ProgrammerErrorException(java.lang.String arg0)

ProgrammerErrorException

public ProgrammerErrorException(java.lang.Throwable arg0)

ProgrammerErrorException

public ProgrammerErrorException(java.lang.String arg0,
                                java.lang.Throwable arg1)