its.backbone.sdd
Class ContentsParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byits.backbone.frame.ItsException
              extended byits.backbone.sdd.ContentsParserException
All Implemented Interfaces:
java.io.Serializable

public class ContentsParserException
extends ItsException

Exception thrown by the Schema parser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class its.backbone.frame.ItsException
value, valueSet
 
Constructor Summary
ContentsParserException(int nLine, java.lang.String value)
           
ContentsParserException(java.lang.String value)
           
 
Method Summary
 java.lang.String toString()
          Returns a printable string
 
Methods inherited from class its.backbone.frame.ItsException
getValue
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentsParserException

public ContentsParserException(java.lang.String value)
Parameters:
value - the type of parse error encountered

ContentsParserException

public ContentsParserException(int nLine,
                               java.lang.String value)
Method Detail

toString

public java.lang.String toString()
Returns a printable string

Overrides:
toString in class ItsException