|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.epam.mdp.full.error.FastException
public class FastException
Runtime exception for FAST(FIX Adapted for Streaming) module.
Constructor Summary | |
---|---|
FastException(FastError fastError,
java.lang.String description)
Construct a FastException with the specified detail message
and nested exception. |
|
FastException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDescription()
Method getFastError returns the validationError of this FastException object. |
FastError |
getFastError()
Method getFastError returns the fast error of this FastException object. |
java.lang.Throwable |
getRootCause()
Retrieve the innermost cause of this exception, if any. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FastException(FastError fastError, java.lang.String description)
FastException
with the specified detail message
and nested exception.
description
- the string that describe the problemfastError
- the nested exceptionpublic FastException(java.lang.Throwable cause)
Method Detail |
---|
public java.lang.Throwable getRootCause()
null
if nonepublic java.lang.String getDescription()
public FastError getFastError()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |