org.melati.util
Class BugException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.util.BugException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ThrowingPrintWriter.SuperUseException
public class BugException
- extends MelatiRuntimeException
Thrown when a programmer attempts to do something which
is possible but wrong.
- See Also:
- Serialized Form
| Fields inherited from class org.melati.poem.PoemException |
subException |
|
Constructor Summary |
BugException(java.lang.String message)
Constructor with message. |
BugException(java.lang.String message,
java.lang.Exception e)
Constructor with message and exception. |
| Methods inherited from class org.melati.poem.PoemException |
getCoreMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BugException
public BugException(java.lang.String message)
- Constructor with message.
- Parameters:
message -
BugException
public BugException(java.lang.String message,
java.lang.Exception e)
- Constructor with message and exception.
- Parameters:
message - the messagee - the exception
getMessage
public java.lang.String getMessage()
-
- Overrides:
getMessage in class org.melati.poem.PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2009 PanEris. All Rights Reserved.