RECODER 0.92

recoder
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by recoder.ModelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AmbiguousDeclarationException, AmbiguousImportException, AmbiguousReferenceException, AmbiguousStaticFieldImportException, CyclicInheritanceException, IllegalModifierException, InconsistentPatternException, MissingClassFileException, NoSuchTransformationException, SyntaxException, TypeImportException, TypingException, UnresolvedReferenceException

public class ModelException
extends java.lang.RuntimeException

Model exception.

Author:
AutoDoc
See Also:
Serialized Form

Constructor Summary
ModelException()
          Model exception.
ModelException(java.lang.String s)
          Model exception.
 
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

ModelException

public ModelException()
Model exception.


ModelException

public ModelException(java.lang.String s)
Model exception.

Parameters:
s - a string.

RECODER 0.92