org.jfree.xml
Class ElementDefinitionException
A reportdefinition exception is thrown when the parsing of the report definition
failed because invalid or missing attributes are encountered.
ElementDefinitionException(Exception e)- Creates a new ElementDefinitionException with an parent exception and with the parents
message as explaination.
|
ElementDefinitionException(Exception e, Locator locator)- Creates a new ParseException with the given root exception
and the locator.
|
ElementDefinitionException(Exception e, String message)- Creates a new ElementDefinitionException with an parent exception and with the given
message as explaination.
|
ElementDefinitionException(String message)- Creates a new ElementDefinitionException without an parent exception and with the given
message as explanation.
|
ElementDefinitionException(String s, Exception e, Locator locator)- Creates a new ParseException with the given message, root exception
and the locator.
|
ElementDefinitionException(String message, Locator locator)- Creates a new ParseException with the given message and the locator.
|
ElementDefinitionException
public ElementDefinitionException(Exception e)
Creates a new ElementDefinitionException with an parent exception and with the parents
message as explaination.
e - the parentException that caused this exception
ElementDefinitionException
public ElementDefinitionException(Exception e,
Locator locator) Creates a new ParseException with the given root exception
and the locator.
e - the exceptionlocator - the locator of the parser
ElementDefinitionException
public ElementDefinitionException(Exception e,
String message) Creates a new ElementDefinitionException with an parent exception and with the given
message as explaination.
e - the parentException that caused this exceptionmessage - a detail message explaining the reasons for this exception
ElementDefinitionException
public ElementDefinitionException(String message)
Creates a new ElementDefinitionException without an parent exception and with the given
message as explanation.
message - a detail message explaining the reasons for this exception.
ElementDefinitionException
public ElementDefinitionException(String s,
Exception e,
Locator locator) Creates a new ParseException with the given message, root exception
and the locator.
s - the messagee - the exceptionlocator - the locator of the parser
ElementDefinitionException
public ElementDefinitionException(String message,
Locator locator) Creates a new ParseException with the given message and the locator.
message - the messagelocator - the locator of the parser