oracle.jdeveloper.jot
Class JotException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.jdeveloper.jot.JotException
- All Implemented Interfaces:
- java.io.Serializable
- public class JotException
- extends java.lang.RuntimeException
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.
- Since:
- 5.0
- See Also:
- Serialized Form
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JotException
public JotException()
- Create a new
JotException
.
JotException
public JotException(java.lang.String s)
- Create a new
JotException
that encapsulates a specified
message.
- Parameters:
s
- the exception message.