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:
- 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
BugException
public BugException(String message)
- Constructor with message.
- Parameters:
message
-
BugException
public BugException(String message,
Exception e)
- Constructor with message and exception.
- Parameters:
message
- the messagee
- the exception
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.