org.pentaho.reporting.libraries.xmlns.parser
public class NoRootHandlerException extends ParseException
Constructor Summary | |
---|---|
NoRootHandlerException(String message)
Creates a new ParseException with the given message.
| |
NoRootHandlerException(Exception e)
Creates a new ParseException with the given root exception.
| |
NoRootHandlerException(String message, Exception e)
Creates a new ParseException with the given message and root exception.
| |
NoRootHandlerException(String message, Locator locator)
Creates a new ParseException with the given message and the locator.
| |
NoRootHandlerException(Exception e, Locator locator)
Creates a new ParseException with the given root exception and the
locator.
| |
NoRootHandlerException(String message, Exception e, Locator locator)
Creates a new ParseException with the given message, root exception and
the locator.
|
Parameters: message the message
Parameters: e the exception
Parameters: message the message e the exception
Parameters: message the message locator the locator of the parser
Parameters: e the exception locator the locator of the parser
Parameters: message the message e the exception locator the locator of the parser