Class InvalidArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidArgumentException
    extends java.lang.Exception

    Title: FileCatalyst Direct Server API

    Description: Invalid arguments were passed either by the API or via Command line. Self-explanitory I think.

    Copyright: Copyright (c) 2009

    Company: Unlimi-Tech Software Inc.

    Since:
    v2.7.1
    Version:
    1.0
    Author:
    Christian Charette
    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

      • InvalidArgumentException

        public InvalidArgumentException()
        Default Constructor
      • InvalidArgumentException

        public InvalidArgumentException​(java.lang.String message)
        Constructor when a message is known
        Parameters:
        message - Message to capture in exception
      • InvalidArgumentException

        public InvalidArgumentException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Constructor when a message and a throwable is known
        Parameters:
        message - Message to capture in exception
        cause - Throwable to capture in exception
      • InvalidArgumentException

        public InvalidArgumentException​(java.lang.Throwable cause)
        Constructor when a message and a throwable is known
        Parameters:
        cause - Throwable to capture in exception