Tuscany Core

org.apache.tuscany.core.builder
Class UnknownTypeException

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.UnknownTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTypeException
extends BuilderException

Denotes an unknown configuration parameter type

Version:
$Rev: 406532 $ $Date: 2006-05-15 00:23:43 -0400 (Mon, 15 May 2006) $
See Also:
Serialized Form

Constructor Summary
UnknownTypeException()
           
UnknownTypeException(java.lang.String message)
           
UnknownTypeException(java.lang.String message, java.lang.Throwable cause)
           
UnknownTypeException(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

UnknownTypeException

public UnknownTypeException()

UnknownTypeException

public UnknownTypeException(java.lang.String message)

UnknownTypeException

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

UnknownTypeException

public UnknownTypeException(java.lang.Throwable cause)

Tuscany Core

-