vgrid
Class VgridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by vgrid.VgridException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VgridInstatiationException

public class VgridException
extends java.lang.Exception

A general exception for vgrid methods. May encapsulate other exceptions.

See Also:
Serialized Form

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

VgridException

public VgridException()

VgridException

public VgridException(java.lang.String message)

VgridException

public VgridException(java.lang.String message,
                      java.lang.Throwable cause)

VgridException

public VgridException(java.lang.Throwable cause)


vgrid the vienna grid project