Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.mit.media.hive.agent.hiveui
Class UnableToCreateTreeException  view UnableToCreateTreeException download UnableToCreateTreeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.Exception error
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnableToCreateTreeException()
           
UnableToCreateTreeException(java.lang.Exception error)
           
UnableToCreateTreeException(java.lang.String message)
           
UnableToCreateTreeException(java.lang.String message, java.lang.Exception error)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

error

private java.lang.Exception error
Constructor Detail

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)
Method Detail

getException

public java.lang.Exception getException()