com.steptools.stdev.p21
Class SchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.p21.P21Exception
                  extended by com.steptools.stdev.p21.SchemaException
All Implemented Interfaces:
java.io.Serializable

public class SchemaException
extends P21Exception

Thrown when a Part 21 file does not conform to its schema

See Also:
Serialized Form

Constructor Summary
SchemaException(java.lang.Exception cause, int ln)
           
SchemaException(java.lang.String message, int ln)
           
 
Method Summary
 
Methods inherited from class com.steptools.stdev.p21.P21Exception
getLineNumber
 
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

SchemaException

public SchemaException(java.lang.String message,
                       int ln)

SchemaException

public SchemaException(java.lang.Exception cause,
                       int ln)