com.steptools.stdev
Class SchemaStructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.steptools.stdev.STDevRuntimeException
                  extended by 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

Constructor Summary
SchemaStructureException(java.lang.String message)
           
SchemaStructureException(java.lang.String message, java.lang.Throwable cause)
           
SchemaStructureException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)