Package fmpp.util
Class BugException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fmpp.util.RuntimeExceptionCC
-
- 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
Constructors Constructor Description 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
-
-