Package cdc.args
Class InvalidArgsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- cdc.args.InvalidArgsException
-
- All Implemented Interfaces:
Serializable
public class InvalidArgsException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidArgsException()InvalidArgsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidArgsException
public InvalidArgsException()
-
InvalidArgsException
public InvalidArgsException(String message)
-
-