|
Extension SDK | |||||||||
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
oracle.jdeveloper.jot.JotException
JotException
s are thrown when, at runtime, a JOT client
attempts to use JOT in an unsupported manner. For example, a JotException
will be thrown if a client attempts to modify a JotClass retrieved from
a compiled class file, as JOT does not support this kind of modification.
Constructor Summary | |
JotException()
Create a new JotException . |
|
JotException(java.lang.String s)
Create a new JotException that encapsulates a specified
message. |
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 JotException()
JotException
.
public JotException(java.lang.String s)
JotException
that encapsulates a specified
message.
s
- the exception message.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.