com.steptools.stdev
Class SchemaStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.steptools.stdev.STDevRuntimeException
com.steptools.stdev.SchemaStructureException
- All Implemented Interfaces:
- java.io.Serializable
public class SchemaStructureException
- extends STDevRuntimeException
Thrown when a malformed schema is encountered. This may happen if the
classes generated by the EXPRESS compiler were edited, or if an incompatible
version of the EXPRESS compiler was used to generated the classes
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SchemaStructureException
public SchemaStructureException(java.lang.String message)
SchemaStructureException
public SchemaStructureException(java.lang.Throwable cause)
SchemaStructureException
public SchemaStructureException(java.lang.String message,
java.lang.Throwable cause)