org.pentaho.reporting.libraries.xmlns.parser
Class NoRootHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.pentaho.reporting.libraries.xmlns.parser.ParseException
                  extended by org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
All Implemented Interfaces:
java.io.Serializable

public class NoRootHandlerException
extends ParseException

Todo: Document Me

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
NoRootHandlerException(java.lang.Exception e)
          Creates a new ParseException with the given root exception.
NoRootHandlerException(java.lang.Exception e, org.xml.sax.Locator locator)
          Creates a new ParseException with the given root exception and the locator.
NoRootHandlerException(java.lang.String message)
          Creates a new ParseException with the given message.
NoRootHandlerException(java.lang.String message, java.lang.Exception e)
          Creates a new ParseException with the given message and root exception.
NoRootHandlerException(java.lang.String message, java.lang.Exception e, org.xml.sax.Locator locator)
          Creates a new ParseException with the given message, root exception and the locator.
NoRootHandlerException(java.lang.String message, org.xml.sax.Locator locator)
          Creates a new ParseException with the given message and the locator.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.ParseException
getColumn, getLine, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRootHandlerException

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

Parameters:
message - the message

NoRootHandlerException

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

Parameters:
e - the exception

NoRootHandlerException

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

Parameters:
message - the message
e - the exception

NoRootHandlerException

public NoRootHandlerException(java.lang.String message,
                              org.xml.sax.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(java.lang.Exception e,
                              org.xml.sax.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(java.lang.String message,
                              java.lang.Exception e,
                              org.xml.sax.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