php.java.bridge
Class NotImplementedException

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

public class NotImplementedException
extends java.lang.RuntimeException

Thrown when a feature is not and will not be implemented

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Create a new exception
NotImplementedException(java.lang.String message)
          Create a new exception with a message
 
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

NotImplementedException

public NotImplementedException(java.lang.String message)
Create a new exception with a message

Parameters:
message - the message

NotImplementedException

public NotImplementedException()
Create a new exception