|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ua.gradsoft.javachecker.InvalidCheckerCommentException
public class InvalidCheckerCommentException
Throwed during unsuccesfull parsing or analyzing of checker comment
| Constructor Summary | |
|---|---|
InvalidCheckerCommentException(java.lang.String expression,
java.lang.String msg)
Constructs an instance of InvalidCheckerCommentException with the specified detail message. |
|
InvalidCheckerCommentException(Term expression,
java.lang.String msg)
Constructs an instance of InvalidCheckerCommentException with the specified detail message. |
|
| 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 InvalidCheckerCommentException(java.lang.String expression,
java.lang.String msg)
InvalidCheckerCommentException with the specified detail message.
expression - - expression which we can't parse.msg - the detail message.
public InvalidCheckerCommentException(Term expression,
java.lang.String msg)
throws TermWareException
InvalidCheckerCommentException with the specified detail message.
expression - - expression which we can't parse.msg - the detail message.
TermWareException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||