java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lanceolav.jreftree.BadTreeException
- All Implemented Interfaces:
- java.io.Serializable
- class BadTreeException
- extends java.lang.Exception
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadTreeException
public BadTreeException()
- Constructs a new exception with
null as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)>Throwable.initCause(java.lang.Throwable) 55 .
BadTreeException
public BadTreeException(java.lang.String message)
- Constructs a new exception with the specified detail message. The
cause is not initialized, and may subsequently be initialized by
a call to Throwable.initCause(java.lang.Throwable)>
Throwable.initCause(java.lang.Throwable) 55 .