Class aglet.NotHandledException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.NotHandledException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----aglet.AgletException
                           |
                           +----aglet.NotHandledException

public class NotHandledException
extends AgletException
Signals that the message was not handled by an aglet

Constructor Index

 o NotHandledException()
Constructs a NotHandledException
 o NotHandledException(String)
Constructs a NotHandledException with the detailed message.

Constructors

 o NotHandledException
  public NotHandledException()
Constructs a NotHandledException
 o NotHandledException
  public NotHandledException(String s)
Constructs a NotHandledException with the detailed message.
Parameters:
s - the detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index