|
|||||||||
| 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.mchange.lang.PotentiallySecondaryRuntimeException
com.mchange.v1.util.UnexpectedException
public class UnexpectedException
| Constructor Summary | |
|---|---|
UnexpectedException()
|
|
UnexpectedException(String msg)
|
|
UnexpectedException(String msg,
Throwable t)
|
|
UnexpectedException(Throwable t)
|
|
UnexpectedException(Throwable nested,
String msg)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class com.mchange.lang.PotentiallySecondaryRuntimeException |
|---|
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnexpectedException(String msg,
Throwable t)
public UnexpectedException(Throwable t)
public UnexpectedException(String msg)
public UnexpectedException()
public UnexpectedException(Throwable nested,
String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||