de.bsd.x2svg.parsers
Class ParserProblemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsd.x2svg.parsers.ParserProblemException
All Implemented Interfaces:
java.io.Serializable

public class ParserProblemException
extends java.lang.Exception

This excption it thrown if the parser encounters an internal problem and can not go on building the container tree.

Author:
hwr@pilhuhn.de
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ParserProblemException(java.lang.String what)
          Contstructor
ParserProblemException(java.lang.String what, java.lang.String helpString)
          Contstructor with help display
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ParserProblemException

public ParserProblemException(java.lang.String what)
Contstructor

Parameters:
what - Reason why this exception is thrown.

ParserProblemException

public ParserProblemException(java.lang.String what,
                              java.lang.String helpString)
Contstructor with help display

Parameters:
what - Reason why this exception is thrown.
helpString - A help string for this specific parser to be shown.


x2svg version 1.2.1