|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.pentaho.reporting.libraries.xmlns.parser.ParseException
org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
public class NoRootHandlerException
Todo: Document Me
| 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 |
|---|
public NoRootHandlerException(java.lang.String message)
message - the messagepublic NoRootHandlerException(java.lang.Exception e)
e - the exception
public NoRootHandlerException(java.lang.String message,
java.lang.Exception e)
message - the messagee - the exception
public NoRootHandlerException(java.lang.String message,
org.xml.sax.Locator locator)
message - the messagelocator - the locator of the parser
public NoRootHandlerException(java.lang.Exception e,
org.xml.sax.Locator locator)
e - the exceptionlocator - the locator of the parser
public NoRootHandlerException(java.lang.String message,
java.lang.Exception e,
org.xml.sax.Locator locator)
message - the messagee - the exceptionlocator - the locator of the parser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||