org.sape.smfw.xmlutils
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sape.carbon.core.exception.BaseException
org.sape.smfw.xmlutils.XmlUtilsException
org.sape.smfw.xmlutils.ParseException
- All Implemented Interfaces:
- org.sape.carbon.core.exception.Exceptionable, Serializable
- public class ParseException
- extends XmlUtilsException
Exception thrown by Deserializer when parsing fails.
- 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 |
|
| Methods inherited from class org.sape.carbon.core.exception.BaseException |
getCause, getExceptionSource, getMessage, toString |
ParseException
public ParseException(Class sourceClass,
String message)
- Creates a ParseException.
- Parameters:
sourceClass - the class where this exception was thrownmessage - a message describing the reason for this exception
ParseException
public ParseException(Class sourceClass,
String message,
Throwable cause)
- Creates a ParseException.
- Parameters:
sourceClass - the class where this exception was thrownmessage - a message describing the reason for this exceptioncause - the exception that caused this failure
Copyright 2003 Sapient Corporation. All Rights Reserved.