Package org.sentrysoftware.jawk.jrt
Class IllegalAwkArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.sentrysoftware.jawk.jrt.IllegalAwkArgumentException
- All Implemented Interfaces:
Serializable
Differentiate from IllegalArgumentException to assist
in programmatic distinction between Jawk and other
argument exception issues.
- Author:
- Danny Daglas
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for IllegalAwkArgumentException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalAwkArgumentException
Constructor for IllegalAwkArgumentException.
- Parameters:
msg
- aString
object
-