org.sandev.sandbuild
Class SandGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sandev.sandbuild.SandBuildException
              extended by org.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)
           
 
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

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)