|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.caucho.config.ConfigRuntimeException
public class ConfigRuntimeException
Thrown by the various Builders
| Constructor Summary | |
|---|---|
ConfigRuntimeException()
Create a null exception |
|
ConfigRuntimeException(java.lang.String msg)
Creates an exception with a message |
|
ConfigRuntimeException(java.lang.String msg,
java.lang.Throwable e)
Creates an exception with a message and throwable |
|
ConfigRuntimeException(java.lang.Throwable e)
Creates an exception with a throwable |
|
| Method Summary | |
|---|---|
void |
print(java.io.PrintWriter out)
|
| 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 ConfigRuntimeException()
public ConfigRuntimeException(java.lang.String msg)
public ConfigRuntimeException(java.lang.String msg,
java.lang.Throwable e)
public ConfigRuntimeException(java.lang.Throwable e)
| Method Detail |
|---|
public void print(java.io.PrintWriter out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||