|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.jfree.xml.ParseException
| Constructor Summary | |
ParseException(java.lang.Exception e)
Creates a new ParseException with the given root exception. |
|
ParseException(java.lang.Exception e,
org.xml.sax.Locator locator)
Creates a new ParseException with the given root exception and the locator. |
|
ParseException(java.lang.String message)
Creates a new ParseException with the given message. |
|
ParseException(java.lang.String s,
java.lang.Exception e)
Creates a new ParseException with the given message and root exception. |
|
ParseException(java.lang.String s,
java.lang.Exception e,
org.xml.sax.Locator locator)
Creates a new ParseException with the given message, root exception and the locator. |
|
ParseException(java.lang.String message,
org.xml.sax.Locator locator)
Creates a new ParseException with the given message and the locator. |
|
| Method Summary | |
protected void |
fillLocation(org.xml.sax.Locator locator)
Fills the location with the given locator. |
int |
getColumn()
Returns the column of the parse position where the error occured. |
int |
getLine()
Returns the line of the parse position where the error occured. |
java.lang.String |
getMessage()
Modifies the message to give more detailed location information. |
| Methods inherited from class org.xml.sax.SAXException |
getException, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
public ParseException(java.lang.String message)
message - the messagepublic ParseException(java.lang.Exception e)
e - the exception
public ParseException(java.lang.String s,
java.lang.Exception e)
s - the messagee - the exception
public ParseException(java.lang.String message,
org.xml.sax.Locator locator)
message - the messagelocator - the locator of the parser
public ParseException(java.lang.Exception e,
org.xml.sax.Locator locator)
e - the exceptionlocator - the locator of the parser
public ParseException(java.lang.String s,
java.lang.Exception e,
org.xml.sax.Locator locator)
s - the messagee - the exceptionlocator - the locator of the parser| Method Detail |
public java.lang.String getMessage()
protected void fillLocation(org.xml.sax.Locator locator)
locator - the locator or null.public int getLine()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||