Class aglet.AgletException
All Packages Class Hierarchy This Package Previous Next Index
Class aglet.AgletException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----aglet.AgletException
- public class AgletException
- extends Exception
Signals that an aglet exception has occurred.
-
AgletException()
- Constructs an AgletException with no detail message.
-
AgletException(String)
- Constructs an AgletException with the specified detail message.
AgletException
public AgletException()
- Constructs an AgletException with no detail message.
A detail message is a string that describes this particular exception.
AgletException
public AgletException(String s)
- Constructs an AgletException with the specified detail message.
A detail message is a string that describes this particular exception.
- Parameters:
- s - the detail message.
All Packages Class Hierarchy This Package Previous Next Index