ti.exceptions
Class ProgrammingErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ti.exceptions.ProgrammingErrorException
All Implemented Interfaces:
java.io.Serializable

public class ProgrammingErrorException
extends java.lang.RuntimeException

A ProgrammingErrorException is thrown in cases that should only be reached due to a programming error, unimplemented code, etc.

Version:
0.1
Author:
Rob Clark
See Also:
Serialized Form

Constructor Summary
ProgrammingErrorException(java.lang.String msg)
           
ProgrammingErrorException(java.lang.Throwable t)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgrammingErrorException

public ProgrammingErrorException(java.lang.String msg)

ProgrammingErrorException

public ProgrammingErrorException(java.lang.Throwable t)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable