org.apache.tuscany.spi.loader
Class UnrecognizedElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.api.TuscanyException
org.apache.tuscany.spi.loader.LoaderException
org.apache.tuscany.spi.loader.UnrecognizedElementException
- All Implemented Interfaces:
- Serializable
public class UnrecognizedElementException
- extends LoaderException
Exception that indicates an element was encountered that could not be handled.
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
- See Also:
- Serialized Form
UnrecognizedElementException
public UnrecognizedElementException(QName element)
- Constructor that indicates which resource could not be found. The supplied parameter is also returned as the
message.
- Parameters:
element
- the element that could not be handled
getElement
public QName getElement()
-