agg.xt_basis
Class TypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by agg.xt_basis.TypeException
All Implemented Interfaces:
java.io.Serializable

public class TypeException
extends java.lang.Exception

This Exception will be thrown if an invalid typed graph object will be added to the graph

See Also:
Serialized Form

Constructor Summary
TypeException()
           
TypeException(java.lang.String message)
           
TypeException(TypeError error)
           
 
Method Summary
 TypeError getTypeError()
           
 
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
 

Constructor Detail

TypeException

public TypeException()

TypeException

public TypeException(java.lang.String message)

TypeException

public TypeException(TypeError error)
Method Detail

getTypeError

public TypeError getTypeError()