Package io.anyline2.legacy
Class ArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.anyline2.legacy.AnylineException
-
- io.anyline2.legacy.ArgumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArgumentException extends AnylineException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentException(int errorCode, java.lang.String reason, java.lang.String parameterName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
parameterName()
-
Methods inherited from class io.anyline2.legacy.AnylineException
errorCode, getMessage, reason
-
-