|
|||||||||
| 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
ariba.util.core.FatalAssertionException
public class FatalAssertionException
Class used to represent a Fatal Assert Exception. Thrown by the methods in
ariba.util.core.Assert if an invariant is found to be false.
| Constructor Summary | |
|---|---|
FatalAssertionException()
Create a new FatalAssertionException. |
|
FatalAssertionException(String message)
Create a new FatalAssertionException with a message. |
|
FatalAssertionException(Throwable t)
Create a new FatalAssertionException. |
|
FatalAssertionException(Throwable cause,
String message,
Object... args)
|
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FatalAssertionException()
public FatalAssertionException(Throwable t)
t - the original cause of the exceptionpublic FatalAssertionException(String message)
message - a text message for the exception to hold
public FatalAssertionException(Throwable cause,
String message,
Object... args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||