fmpp.util
Class BugException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fmpp.util.RuntimeExceptionCC
                  extended by fmpp.util.BugException
All Implemented Interfaces:
java.io.Serializable

public class BugException
extends RuntimeExceptionCC

A bug has been detected.

See Also:
Serialized Form

Constructor Summary
BugException(java.lang.String message)
           
BugException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class fmpp.util.RuntimeExceptionCC
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

BugException

public BugException(java.lang.String message)

BugException

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