|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--java.lang.VirtualMachineError | +--java.lang.UnknownError
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
Constructor Summary | |
UnknownError()
Constructs an UnknownError with no detail message. |
|
UnknownError(String s)
Constructs an UnknownError with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
Constructor Detail |
public UnknownError()
UnknownError
with no detail message.
public UnknownError(String s)
UnknownError
with the specified detail
message.
s
- the detail message.
|
MIT ACM/IEEE Programming Competition |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |