org.argouml.model
Class InvalidElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.argouml.model.InvalidElementException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidElementException
- extends java.lang.RuntimeException
Exception indicating an attempt to operate on an invalid model element.
It may indicate an element which used to be valid, but has since been
deleted..
- See Also:
- Serialized Form
| 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 |
InvalidElementException
public InvalidElementException(java.lang.String message)
- Constructor the exception with a message.
- Parameters:
message - the message
InvalidElementException
public InvalidElementException(java.lang.String message,
java.lang.Throwable c)
- Constructor the exception with a message and a causing exception.
- Parameters:
message - the messagec - the cause of the exception
InvalidElementException
public InvalidElementException(java.lang.Throwable c)
- Constructor the exception a causing exception.
- Parameters:
c - the cause of the exception