com.sun.jdi
Class InternalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sun.jdi.InternalException
- public class InternalException
- extends java.lang.RuntimeException
Thrown to indicate that an unexpected internal error has
occurred.
- Since:
- 1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
InternalException
public InternalException()
InternalException
public InternalException(java.lang.String s)
InternalException
public InternalException(int errorCode)
InternalException
public InternalException(java.lang.String s,
int errorCode)
errorCode
public int errorCode()