pt.compiler.pt
Class HandlerArg

java.lang.Object
  extended by pt.compiler.pt.HandlerArg

public class HandlerArg
extends java.lang.Object


Constructor Summary
HandlerArg(java.lang.String exception, NotifyArg notifyHandler)
           
 
Method Summary
 java.lang.String getException()
           
 NotifyArg getNotifyHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerArg

public HandlerArg(java.lang.String exception,
                  NotifyArg notifyHandler)
Method Detail

getException

public java.lang.String getException()

getNotifyHandler

public NotifyArg getNotifyHandler()