Tuscany Core

org.apache.tuscany.core.builder
Class NoAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tuscany.common.TuscanyRuntimeException
                  extended by org.apache.tuscany.core.context.CoreRuntimeException
                      extended by org.apache.tuscany.core.builder.BuilderException
                          extended by org.apache.tuscany.core.builder.NoAccessorException
All Implemented Interfaces:
java.io.Serializable

public class NoAccessorException
extends BuilderException

Denotes an attempt to access a non-existent field or method

Version:
$Rev: 379981 $ $Date: 2006-02-22 18:33:22 -0500 (Wed, 22 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
NoAccessorException()
           
NoAccessorException(java.lang.String message)
           
NoAccessorException(java.lang.String message, java.lang.Throwable cause)
           
NoAccessorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.common.TuscanyRuntimeException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
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

NoAccessorException

public NoAccessorException()

NoAccessorException

public NoAccessorException(java.lang.String message)

NoAccessorException

public NoAccessorException(java.lang.String message,
                           java.lang.Throwable cause)

NoAccessorException

public NoAccessorException(java.lang.Throwable cause)

Tuscany Core

-