org.sandev.sandbuild
Class SandGeneratorException

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

public class SandGeneratorException
extends SandBuildException

Base class for all SandGenerator exception conditions. This is a separate root from all sandbox runtime exceptions since it occurs at build time.

See Also:
Serialized Form

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

SandGeneratorException

public SandGeneratorException()

SandGeneratorException

public SandGeneratorException(java.lang.String msg)

SandGeneratorException

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

SandGeneratorException

public SandGeneratorException(java.lang.Throwable cause)