org.jfree.xml
public class ElementDefinitionException extends ParseException
Constructor Summary | |
---|---|
ElementDefinitionException(String message)
Creates a new ElementDefinitionException without an parent exception and with the given
message as explanation.
| |
ElementDefinitionException(Exception e)
Creates a new ElementDefinitionException with an parent exception and with the parents
message as explaination.
| |
ElementDefinitionException(Exception e, String message)
Creates a new ElementDefinitionException with an parent exception and with the given
message as explaination.
| |
ElementDefinitionException(Exception e, Locator locator)
Creates a new ParseException with the given root exception
and the locator.
| |
ElementDefinitionException(String message, Locator locator)
Creates a new ParseException with the given message and the locator.
| |
ElementDefinitionException(String s, Exception e, Locator locator)
Creates a new ParseException with the given message, root exception
and the locator.
|
Method Summary | |
---|---|
Exception | getParentException()
Returns the parent exception.
|
void | printStackTrace(PrintStream s)
Prints the stack trace. |
void | printStackTrace(PrintWriter s)
Prints the stack trace. |
Parameters: message a detail message explaining the reasons for this exception.
Parameters: e the parentException that caused this exception
Parameters: e the parentException that caused this exception message a detail message explaining the reasons for this exception
Parameters: e the exception locator the locator of the parser
Parameters: message the message locator the locator of the parser
Parameters: s the message e the exception locator the locator of the parser
Returns: the parent exception.
Parameters: s the stream for writing to.
Parameters: s the stream for writing to.