Class AbortRecordUnmarshalligException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AbortRecordUnmarshalligException
    extends java.lang.RuntimeException
    This exception may be thrown by Parser.unmarshal(UnmarshallingContext) to abort record unmarshalling after a critical validation error has occurred.
    Since:
    2.1.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbortRecordUnmarshalligException

        public AbortRecordUnmarshalligException()
        Constructs a new AbortRecordUnmarshalligException.
      • AbortRecordUnmarshalligException

        public AbortRecordUnmarshalligException​(java.lang.String message)
        Constructs a new AbortRecordUnmarshalligException.
        Parameters:
        message - the error message (for debugging purposes only)