php.java.bridge
Class NoSuchConstantException

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

public class NoSuchConstantException
extends java.lang.NoSuchFieldException

Thrown when a class does not contain a constant.

See Also:
Serialized Form

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

NoSuchConstantException

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

Parameters:
string - The exception string