de.hedenus.xmltypes.impl
Class AbstractTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.hedenus.xmltypes.TypeException
              extended by de.hedenus.xmltypes.impl.AbstractTypeException
All Implemented Interfaces:
java.io.Serializable

public class AbstractTypeException
extends TypeException

Exception thrown if an abstract type is instantiated.

Author:
Michael Hedenus
See Also:
Serialized Form

Constructor Summary
AbstractTypeException()
           
 
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

AbstractTypeException

public AbstractTypeException()