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