|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ua.gradsoft.javachecker.ConfigException
public class ConfigException
This exception is thrown, when we can't parse config file.
| Constructor Summary | |
|---|---|
ConfigException(java.lang.String msg)
Constructs an instance of ConfigParseException with the specified detail message. |
|
ConfigException(java.lang.String msg,
java.lang.Exception ex)
Constructs an instance of ConfigParseException with the specified message
and underlaying exception. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigException(java.lang.String msg)
ConfigParseException with the specified detail message.
msg - the detail message.
public ConfigException(java.lang.String msg,
java.lang.Exception ex)
ConfigParseException with the specified message
and underlaying exception.
msg - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||