visad
Class VisADException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visad.VisADException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SetException, UnimplementedException

public class VisADException
extends java.lang.Exception

VisADException is the superclass of all exceptions defined within the VisAD package.

See Also:
Serialized Form

Constructor Summary
VisADException()
           
VisADException(java.lang.String s)
           
VisADException(java.lang.String s, java.lang.Throwable cause)
           
VisADException(java.lang.Throwable cause)
           
 
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

VisADException

public VisADException()

VisADException

public VisADException(java.lang.String s)

VisADException

public VisADException(java.lang.String s,
                      java.lang.Throwable cause)

VisADException

public VisADException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.