org.springframework.extensions.webscripts.processor
Class PHPProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.extensions.surf.exception.PlatformRuntimeException
                  extended by org.springframework.extensions.webscripts.processor.PHPProcessorException
All Implemented Interfaces:
Serializable

public class PHPProcessorException
extends PlatformRuntimeException

Author:
royw
See Also:
Serialized Form

Constructor Summary
PHPProcessorException(String msgId)
           
PHPProcessorException(String msgId, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.extensions.surf.exception.PlatformRuntimeException
create, create, makeRuntimeException
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PHPProcessorException

public PHPProcessorException(String msgId)

PHPProcessorException

public PHPProcessorException(String msgId,
                             Throwable cause)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.