|
|||||||||||
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 | +--ostore.util.InvalidConfigFileException
An exception caused by incorrect or incomplete config files.
Constructor Summary | |
---|---|
InvalidConfigFileException()
Constructs a new generic InvalidConfigFileException |
|
InvalidConfigFileException(String msg)
Constructs a InvalidConfigFileException with an arbitrary message. |
|
InvalidConfigFileException(String stage,
String tag)
Constructs a new InvalidConfigFileException |
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 InvalidConfigFileException(String stage, String tag)
stage
- The name of the stage throwing the exception.
May be null
.tag
- The missing config file tagpublic InvalidConfigFileException()
public InvalidConfigFileException(String msg)
Exception
. It should be called by subclasses of
InvalidCOnfigFileException
which do not want to use
this class' error message.
msg
- The message for this Exception
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |