com.stimulsoft.base.exception
Class StiParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.stimulsoft.base.exception.StiParserException
All Implemented Interfaces:
java.io.Serializable

public class StiParserException
extends java.lang.RuntimeException

Copyright Stimulsoft

See Also:
Serialized Form

Field Summary
 java.lang.String BaseMessage
           
 int Length
           
 int Position
           
 
Constructor Summary
StiParserException()
           
StiParserException(java.lang.String message)
           
 
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
 

Field Detail

BaseMessage

public java.lang.String BaseMessage

Position

public int Position

Length

public int Length
Constructor Detail

StiParserException

public StiParserException(java.lang.String message)

StiParserException

public StiParserException()