|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
EDU.utwente.CoCompose.util.CoComposeException
Exception class for CoCompose model related exceptions.
Constructor Summary | |
CoComposeException()
Constructs a CoComposeException |
|
CoComposeException(java.lang.String s)
Constructs a CoComposeException |
|
CoComposeException(java.lang.String s,
AbstractConcept concept)
Constructs a CoComposeException |
|
CoComposeException(java.lang.String s,
AbstractConcept concept,
java.lang.String type)
Constructs a CoComposeException. |
|
CoComposeException(java.lang.String s,
CoComposeException from)
Constructs a CoComposeException |
Method Summary | |
AbstractConcept |
getConcept()
Gets the subject concept of the exception. |
java.lang.String |
getType()
Gets the type of 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 CoComposeException()
public CoComposeException(java.lang.String s)
s
- - the error messagepublic CoComposeException(java.lang.String s, AbstractConcept concept)
s
- - the error messageconcept
- - the exception subjectpublic CoComposeException(java.lang.String s, AbstractConcept concept, java.lang.String type)
s
- - the error messageconcept
- - the exception subjecttype
- - the error typepublic CoComposeException(java.lang.String s, CoComposeException from)
s
- - the error messagefrom
- - the exception to copyMethod Detail |
public AbstractConcept getConcept()
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |