Class InvalidParseOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidParseOperationException
    extends VitamException
    Invalid parse operation
    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

      • InvalidParseOperationException

        public InvalidParseOperationException​(java.lang.String arg0)
        Parameters:
        arg0 - the message
      • InvalidParseOperationException

        public InvalidParseOperationException​(java.lang.Throwable arg0)
        Parameters:
        arg0 - the cause
      • InvalidParseOperationException

        public InvalidParseOperationException​(java.lang.String arg0,
                                              java.lang.Throwable arg1)
        Parameters:
        arg0 - the message
        arg1 - the cause