Class UnmarshallingException

  • All Implemented Interfaces:
    Serializable

    public class UnmarshallingException
    extends Exception
    Exception thrown when error occurs unmarshalling a DOM Element to a XMLObject.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnmarshallingException

        public UnmarshallingException()
        Constructor.
      • UnmarshallingException

        public UnmarshallingException​(@Nullable
                                      String message)
        Constructor.
        Parameters:
        message - exception message
      • UnmarshallingException

        public UnmarshallingException​(@Nullable
                                      Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • UnmarshallingException

        public UnmarshallingException​(@Nullable
                                      String message,
                                      @Nullable
                                      Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one