de.uka.algo.GT3D.exceptions
Class BadStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.uka.algo.GT3D.exceptions.BadStateException
All Implemented Interfaces:
java.io.Serializable

public class BadStateException
extends java.lang.RuntimeException

Author:
stm An Exception indicating that the algorithm has run into an undefined state
See Also:
Serialized Form

Constructor Summary
BadStateException()
           
BadStateException(java.lang.String message)
           
BadStateException(java.lang.String message, java.lang.Throwable cause)
           
BadStateException(java.lang.Throwable cause)
           
 
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

BadStateException

public BadStateException()

BadStateException

public BadStateException(java.lang.String message,
                         java.lang.Throwable cause)

BadStateException

public BadStateException(java.lang.String message)

BadStateException

public BadStateException(java.lang.Throwable cause)