org.jibx.runtime
Class RecoverableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jibx.runtime.JiBXException
org.jibx.runtime.RecoverableException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidationException
public class RecoverableException
- extends JiBXException
Recoverable exception class. This is used for non-fatal errors in marshalling
and unmarshalling.
- Version:
- 1.0
- Author:
- Dennis M. Sosnoski
- See Also:
- Serialized Form
RecoverableException
public RecoverableException(String msg)
- Constructor from message.
- Parameters:
msg - message describing the exception condition
RecoverableException
public RecoverableException(String msg,
Throwable root)
- Constructor from message and wrapped exception.
- Parameters:
msg - message describing the exception conditionroot - exception which caused this exception
Copyright © 2005-2011 jibx.org. All Rights Reserved.