|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.yajul.util.InitializationError
public class InitializationError
Thrown when a class initializer encounters an unexpected state. User: jdavis Date: Jul 21, 2003 Time: 1:41:47 PM
| Constructor Summary | |
|---|---|
InitializationError()
Default constructor. |
|
InitializationError(java.lang.String s)
Creates a new exception with no nested exception and the specified detail message. |
|
InitializationError(java.lang.String s,
java.lang.Throwable t)
Constructs a InitializationError with the specified detail message and the specified throwable as the nested exception. |
|
InitializationError(java.lang.Throwable t)
Constructs a InitializationError with the specified Throwable as the nested 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 InitializationError()
public InitializationError(java.lang.String s)
s - the detail message.public InitializationError(java.lang.Throwable t)
t - an object of type Throwable
public InitializationError(java.lang.String s,
java.lang.Throwable t)
s - the detail message.t - an object of type Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||