|
tauZaman v0.1 |
|||||||||
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 | +--tauzaman.TauZamanException | +--tauzaman.field.FVFormationException
FVFormationException
class represents a set of Exceptions
related to parsing of FVSupport
s.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
FVFormationException(java.lang.String message)
Constructs a FVFormationException object given a detailed explanation of
abnormal condition in String message. |
|
FVFormationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a FVFormationException object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this 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 FVFormationException(java.lang.String message)
FVFormationException
object given a detailed explanation of
abnormal condition in String message.
message
- a detailed explanation of abnormal conditionpublic FVFormationException(java.lang.String message, java.lang.Throwable cause)
FVFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
message
- a detailed explanation of abnormal conditioncause
- a Throwable object, which is the cause of this exception
|
tauZaman v0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |