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.

Constructor Index

 o AgletException()
Constructs an AgletException with no detail message.
 o AgletException(String)
Constructs an AgletException with the specified detail message.

Constructors

 o AgletException
  public AgletException()
Constructs an AgletException with no detail message. A detail message is a string that describes this particular exception.
 o 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