| org.jfree.xml.ParseException org.jfree.xml.ElementDefinitionException
ElementDefinitionException | public class ElementDefinitionException extends ParseException (Code) | | A reportdefinition exception is thrown when the parsing of the report definition
failed because invalid or missing attributes are encountered.
author: Thomas Morgner |
ElementDefinitionException | public ElementDefinitionException(String message)(Code) | | Creates a new ElementDefinitionException without an parent exception and with the given
message as explanation.
Parameters: message - a detail message explaining the reasons for this exception. |
ElementDefinitionException | public ElementDefinitionException(Exception e)(Code) | | Creates a new ElementDefinitionException with an parent exception and with the parents
message as explaination.
Parameters: e - the parentException that caused this exception |
ElementDefinitionException | public ElementDefinitionException(Exception e, String message)(Code) | | Creates a new ElementDefinitionException with an parent exception and with the given
message as explaination.
Parameters: e - the parentException that caused this exception Parameters: message - a detail message explaining the reasons for this exception |
ElementDefinitionException | public ElementDefinitionException(Exception e, Locator locator)(Code) | | Creates a new ParseException with the given root exception
and the locator.
Parameters: e - the exception Parameters: locator - the locator of the parser |
ElementDefinitionException | public ElementDefinitionException(String message, Locator locator)(Code) | | Creates a new ParseException with the given message and the locator.
Parameters: message - the message Parameters: locator - the locator of the parser |
ElementDefinitionException | public ElementDefinitionException(String s, Exception e, Locator locator)(Code) | | Creates a new ParseException with the given message, root exception
and the locator.
Parameters: s - the message Parameters: e - the exception Parameters: locator - the locator of the parser |
getParentException | public Exception getParentException()(Code) | | Returns the parent exception.
the parent exception. |
printStackTrace | public void printStackTrace(PrintStream s)(Code) | | Prints the stack trace. If an inner exception exists, use
its stack trace.
Parameters: s - the stream for writing to. |
printStackTrace | public void printStackTrace(PrintWriter s)(Code) | | Prints the stack trace. If an inner exception exists, use
its stack trace.
Parameters: s - the stream for writing to. |
|
|