Class 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
    • Constructor Detail

      • 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 condition
        root - exception which caused this exception