|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tmapi.core.TMAPIRuntimeException
org.tmapi.core.ModelConstraintException
public class ModelConstraintException

This exception is used to report Topic Maps - Data Model constraint violations.
| Constructor Summary | |
|---|---|
ModelConstraintException(Construct reporter,
java.lang.String msg)
Creates a new ModelConstraintException with the specified message. |
|
| Method Summary | |
|---|---|
Construct |
getReporter()
Returns the Construct which has thrown the exception. |
| 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 ModelConstraintException(Construct reporter,
java.lang.String msg)
reporter - The construct which has thrown this exception.msg - The detail message.| Method Detail |
|---|
public Construct getReporter()
Construct which has thrown the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||