com.ail.core.factory
Class UndefinedTypeError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.factory.UndefinedTypeError
All Implemented Interfaces:
java.io.Serializable

public class UndefinedTypeError
extends BaseError

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
UndefinedTypeError(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedTypeError

public UndefinedTypeError(java.lang.String description)