|
|||||||||
| 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.termware.TermWareException
ua.gradsoft.termware.exceptions.AssertException
public class AssertException
Exception, thrown in 'incorrect' situation.
RuntimeAssertException,
Serialized Form| Constructor Summary | |
|---|---|
AssertException(String message)
Constructs an instance of AssertException with the specified detail message. |
|
AssertException(String message,
Exception ex)
Constructs an instance of AssertException with the specified detail message. |
|
AssertException(String message,
Term t)
Constructs an instance of AssertException 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 AssertException(String message)
AssertException with the specified detail message.
message - the detail message.
public AssertException(String message,
Exception ex)
AssertException with the specified detail message.
message - the detail message.
public AssertException(String message,
Term t)
AssertException with the specified detail message.
message - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||