|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.wsmo.common.exception.InvalidModelException
public class InvalidModelException
This is a checked exception thrown when the changes applied to an entity break the consistency of its underlying logical model (if any) For example, if an axiom is added to an entity that is in a logical formalism not understood or incomatible with the current model
Constructor Summary | |
---|---|
InvalidModelException()
|
|
InvalidModelException(java.lang.String msg)
|
|
InvalidModelException(java.lang.Throwable cause)
|
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 |
---|
public InvalidModelException()
public InvalidModelException(java.lang.Throwable cause)
public InvalidModelException(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |