Package org.pentaho.platform.api.util
Class XmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.util.PentahoCheckedChainedException
org.pentaho.platform.api.util.XmlParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlParseException(String message) XmlParseException(String message, Throwable reas) XmlParseException(Throwable reas) -
Method Summary
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XmlParseException
public XmlParseException() -
XmlParseException
- Parameters:
message-
-
XmlParseException
- Parameters:
message-reas-
-
XmlParseException
- Parameters:
reas-
-