php.java.bridge
Class Util.Process.PhpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by php.java.bridge.Util.Process.PhpException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Util.Process

public static class Util.Process.PhpException
extends java.lang.Exception

A generic PHP exception

See Also:
Serialized Form

Constructor Summary
Util.Process.PhpException(java.lang.String errorString)
          Create a PHP exception
 
Method Summary
 java.lang.String getError()
          Return the error string
 
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

Util.Process.PhpException

public Util.Process.PhpException(java.lang.String errorString)
Create a PHP exception

Parameters:
errorString - the PHP error string
Method Detail

getError

public java.lang.String getError()
Return the error string

Returns:
the PHP error string