java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.mit.media.hive.agent.hiveui.UnableToCreateTreeException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnableToCreateTreeException
- extends java.lang.Exception
this exception is just used whenever we cannot create a tree for a
given data model
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 |
error
private java.lang.Exception error
UnableToCreateTreeException
public UnableToCreateTreeException()
UnableToCreateTreeException
public UnableToCreateTreeException(java.lang.String message)
UnableToCreateTreeException
public UnableToCreateTreeException(java.lang.Exception error)
UnableToCreateTreeException
public UnableToCreateTreeException(java.lang.String message,
java.lang.Exception error)
getException
public java.lang.Exception getException()