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
public class XmlParseException extends PentahoCheckedChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParseException()
XmlParseException(String message)
XmlParseException(String message, Throwable reas)
XmlParseException(Throwable reas)
-
Method Summary
-
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlParseException
public XmlParseException()
-
XmlParseException
public XmlParseException(String message)
- Parameters:
message
-
-
XmlParseException
public XmlParseException(String message, Throwable reas)
- Parameters:
message
-reas
-
-
XmlParseException
public XmlParseException(Throwable reas)
- Parameters:
reas
-
-
-