Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.javatools.editor.folding
Class CodeExpansionVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.editor.folding.CodeExpansionVetoException

All Implemented Interfaces:
java.io.Serializable

public class CodeExpansionVetoException
extends java.lang.Exception

An exception used to stop a change in the expansion state of a collapsible source code block.

Since:
10.1.3
See Also:
Serialized Form

Constructor Summary
CodeExpansionVetoException(CodeExpansionEvent event)
           
CodeExpansionVetoException(CodeExpansionEvent event, java.lang.String message)
           

 

Method Summary
 CodeExpansionEvent getEvent()
           

 

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

CodeExpansionVetoException

public CodeExpansionVetoException(CodeExpansionEvent event)

CodeExpansionVetoException

public CodeExpansionVetoException(CodeExpansionEvent event,
                                  java.lang.String message)

Method Detail

getEvent

public CodeExpansionEvent getEvent()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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