|
FantasySportsModule 0.0.2-dev | |||||||||
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 | +--org.fanfoot.scoring.EventParserConfigurationException
Constructor Summary | |
EventParserConfigurationException()
Creates a new instance of EventParserConfigurationError
without detail message. |
|
EventParserConfigurationException(java.lang.String msg)
Constructs an instance of EventParserConfigurationError
with the specified detail message. |
|
EventParserConfigurationException(java.lang.String msg,
java.lang.Exception e)
Constructs an instance of EventParserConfigurationError
with the specified detail message and the root exception
supplied |
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 EventParserConfigurationException()
EventParserConfigurationError
without detail message.
public EventParserConfigurationException(java.lang.String msg)
EventParserConfigurationError
with the specified detail message.
msg
- the detail message.public EventParserConfigurationException(java.lang.String msg, java.lang.Exception e)
EventParserConfigurationError
with the specified detail message and the root exception
supplied
msg
- the detail message.e
- Description of the Parameter
|
FantasySportsModule 0.0.2-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |