org.sandev.sandbuild
Class SandBuildException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.sandbuild.SandBuildException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SandGeneratorException

public class SandBuildException
extends java.lang.Exception

Base class for all SAND build exceptions.

See Also:
Serialized Form

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

SandBuildException

public SandBuildException()

SandBuildException

public SandBuildException(java.lang.String msg)

SandBuildException

public SandBuildException(java.lang.String msg,
                          java.lang.Throwable cause)

SandBuildException

public SandBuildException(java.lang.Throwable cause)