org.apache.ode.bpel.compiler.wsdl
Class InvalidBpelPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.wsdl.WSDLException
              extended by org.apache.ode.bpel.compiler.wsdl.InvalidBpelPropertyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBpelPropertyException
extends javax.wsdl.WSDLException

An exception thrown in response to an invalid BPEL <property> declaration.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.wsdl.WSDLException
CONFIGURATION_ERROR, INVALID_WSDL, NO_PREFIX_SPECIFIED, OTHER_ERROR, PARSER_ERROR, UNBOUND_PREFIX
 
Constructor Summary
InvalidBpelPropertyException(java.lang.String msg)
          Construct a new instance with the specified explanatory message.
InvalidBpelPropertyException(java.lang.String msg, java.lang.Throwable t)
          Construct a new instance with the specified explanatory message and the exception that triggered this exception.
 
Method Summary
 
Methods inherited from class javax.wsdl.WSDLException
getFaultCode, getLocation, getMessage, getTargetException, setFaultCode, setLocation, setTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidBpelPropertyException

public InvalidBpelPropertyException(java.lang.String msg)
Construct a new instance with the specified explanatory message.

Parameters:
msg - an explanatory message.
See Also:
WSDLException.WSDLException(java.lang.String, java.lang.String)

InvalidBpelPropertyException

public InvalidBpelPropertyException(java.lang.String msg,
                                    java.lang.Throwable t)
Construct a new instance with the specified explanatory message and the exception that triggered this exception.

Parameters:
msg - an explanatory message
t - the Throwable that triggered this exception.
See Also:
WSDLException.WSDLException(java.lang.String, java.lang.String, java.lang.Throwable)