visad
Class TypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--visad.VisADException
                    |
                    +--visad.TypeException

public class TypeException
extends VisADException

TypeException is an exception for a bad VisAD data type.

See Also:
Serialized Form

Constructor Summary
TypeException()
           
TypeException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(String s)