org.sape.smfw.xmlutils
Class XmlUtilsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sape.carbon.core.exception.BaseException
org.sape.smfw.xmlutils.XmlUtilsException
- All Implemented Interfaces:
- org.sape.carbon.core.exception.Exceptionable, Serializable
- Direct Known Subclasses:
- ParseException
- public class XmlUtilsException
- extends org.sape.carbon.core.exception.BaseException
Package level exception for org.sape.smfw.xmlutils.
- See Also:
- Serialized Form
| Fields inherited from class org.sape.carbon.core.exception.BaseException |
delegatedException |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Method Summary |
org.sape.carbon.core.util.classify.SeverityEnum |
getSeverity()
|
| Methods inherited from class org.sape.carbon.core.exception.BaseException |
getCause, getExceptionSource, getMessage, toString |
XmlUtilsException
public XmlUtilsException(Class sourceClass,
String message)
- Creates a XmlUtilsException.
- Parameters:
sourceClass - the class where this exception was thrownmessage - a message describing the reason for this exception
XmlUtilsException
public XmlUtilsException(Class sourceClass,
String message,
Throwable cause)
- Creates a XmlUtilsException.
- Parameters:
sourceClass - the class where this exception was thrownmessage - a message describing the reason for this exceptioncause - the exception that caused this failure
getSeverity
public org.sape.carbon.core.util.classify.SeverityEnum getSeverity()
- See Also:
Exceptionable.getSeverity()
Copyright 2003 Sapient Corporation. All Rights Reserved.