当前页面:
在线文档首页 >
Java 2 SDK v1.4.2, Java 2 SDK 英文文档
InvalidTypeException (Java Debug Interface) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档
com.sun.jdi
Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdi.InvalidTypeException
- All Implemented Interfaces:
- Serializable
- public class InvalidTypeException
- extends Exception
Thrown to indicate a type mismatch in setting the value of a field
or variable.
- Since:
- 1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTypeException
public InvalidTypeException()
InvalidTypeException
public InvalidTypeException(String s)