Extension SDK

oracle.jdeveloper.jot
Class JotException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.jdeveloper.jot.JotException
All Implemented Interfaces:
java.io.Serializable

public class JotException
extends java.lang.RuntimeException

JotExceptions 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, 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

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.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.