Package org.jcsp.net.cns
Class NameAccessLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jcsp.net.cns.NameAccessLevelException
- All Implemented Interfaces:
Serializable
An exception caused by an invalid or misused NameAccessLevel.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NameAccessLevelException
(String description) Constructor which takes description. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NameAccessLevelException
NameAccessLevelException()Default constructor. -
NameAccessLevelException
NameAccessLevelException(String description) Constructor which takes description.- Parameters:
description
- Description of the error.
-