php.java.bridge
Class NoSuchProcedureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.NoSuchMethodException
              extended by php.java.bridge.NoSuchProcedureException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchProcedureException
extends java.lang.NoSuchMethodException

Thrown when a class does not contain a procedure.

See Also:
Serialized Form

Constructor Summary
NoSuchProcedureException(java.lang.String string)
          Create a NoSuchProcedureException
 
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

NoSuchProcedureException

public NoSuchProcedureException(java.lang.String string)
Create a NoSuchProcedureException

Parameters:
string - The exception string