org.pentaho.reporting.libraries.xmlns.parser

Class NoRootHandlerException

public class NoRootHandlerException extends ParseException

Todo: Document Me

Author: Thomas Morgner

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.

Constructor Detail

NoRootHandlerException

public NoRootHandlerException(String message)
Creates a new ParseException with the given message.

Parameters: message the message

NoRootHandlerException

public NoRootHandlerException(Exception e)
Creates a new ParseException with the given root exception.

Parameters: e the exception

NoRootHandlerException

public NoRootHandlerException(String message, Exception e)
Creates a new ParseException with the given message and root exception.

Parameters: message the message e the exception

NoRootHandlerException

public NoRootHandlerException(String message, Locator locator)
Creates a new ParseException with the given message and the locator.

Parameters: message the message locator the locator of the parser

NoRootHandlerException

public NoRootHandlerException(Exception e, Locator locator)
Creates a new ParseException with the given root exception and the locator.

Parameters: e the exception locator the locator of the parser

NoRootHandlerException

public NoRootHandlerException(String message, Exception e, Locator locator)
Creates a new ParseException with the given message, root exception and the locator.

Parameters: message the message e the exception locator the locator of the parser