org.argouml.cognitive
Class UnresolvableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.argouml.cognitive.UnresolvableException
All Implemented Interfaces:
java.io.Serializable

public class UnresolvableException
extends java.lang.Exception

Thrown to indicate a failure to resolve a critic.

See Also:
Serialized Form

Constructor Summary
UnresolvableException(java.lang.String msg)
          Creates a new UnresolvableException with message msg.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnresolvableException

public UnresolvableException(java.lang.String msg)
Creates a new UnresolvableException with message msg.
Parameters:
msg - A message describing what caused the exception.


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook