org.codehaus.enunciate.contract.jaxb.types
Class XmlTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.enunciate.contract.jaxb.types.XmlTypeException
All Implemented Interfaces:
java.io.Serializable

public class XmlTypeException
extends java.lang.Exception

Exception stating that an type is unknown or invalid.

Author:
Ryan Heaton
See Also:
Serialized Form

Constructor Summary
XmlTypeException(java.lang.String message)
           
 
Method Summary
 
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

XmlTypeException

public XmlTypeException(java.lang.String message)