edu.rice.cs.dynamicjava.symbol
Class TypeSystem.InvalidTypeArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.dynamicjava.symbol.TypeSystem.TypeSystemException
              extended by edu.rice.cs.dynamicjava.symbol.TypeSystem.InvalidTypeArgumentException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TypeSystem

public static class TypeSystem.InvalidTypeArgumentException
extends TypeSystem.TypeSystemException

See Also:
Serialized Form

Constructor Summary
TypeSystem.InvalidTypeArgumentException()
           
 
Method Summary
 
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

TypeSystem.InvalidTypeArgumentException

public TypeSystem.InvalidTypeArgumentException()