|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.djdoc.app.ConfigurationException
public class ConfigurationException
A checked exception thrown during the configuration of the DJDoc web application or during the configuration of a new API.
| Constructor Summary | |
|---|---|
ConfigurationException()
Public no-argument constructor. |
|
ConfigurationException(java.lang.String message)
Public constructor. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Public constructor. |
|
ConfigurationException(java.lang.Throwable cause)
Public constructor. |
|
| 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 ConfigurationException()
public ConfigurationException(java.lang.String message)
message - A message specifying why the exception was thrown
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - A message specifying why the exception was throwncause - The exception causing this ConfigurationExceptionpublic ConfigurationException(java.lang.Throwable cause)
cause - The exception causing this ConfigurationException
|
DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||