com.metaparadigm.jsonrpc
Class LocalArgResolveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metaparadigm.jsonrpc.LocalArgResolveException
All Implemented Interfaces:
java.io.Serializable

public class LocalArgResolveException
extends java.lang.Exception

Thrown by LocalArgResolver objects when they are unable to resolve context information into the local argument object.

See Also:
Serialized Form

Constructor Summary
LocalArgResolveException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalArgResolveException

public LocalArgResolveException(java.lang.String msg)


Copyright © 2005 Metaparadigm Pte Ltd.