JDeveloper SCM API

oracle.ide.scm.error
Class SCMSelectionVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.util.NestedException
                    |
                    +--oracle.ide.scm.error.SCMException
                          |
                          +--oracle.ide.scm.error.SCMGestureException
                                |
                                +--oracle.ide.scm.error.SCMSelectionVetoException
All Implemented Interfaces:
java.io.Serializable

public class SCMSelectionVetoException
extends SCMGestureException

SCMSelectionVetoExceptions are thrown when an OptionsCustomizer wants to veto a selection change in an SCM dialog.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.ide.util.NestedException
DEFAULT_SEVERITY, SEV_DONT_DISPLAY, SEV_ERROR, SEV_FATAL, SEV_INFORMATIONAL, SEV_WARNING
 
Constructor Summary
SCMSelectionVetoException()
          Construct a selection veto exception
 
Methods inherited from class oracle.ide.util.NestedException
getSeverity, getStackTrace, getTarget, getTitle, setSeverity, setTarget, setTitle
 
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

SCMSelectionVetoException

public SCMSelectionVetoException()
Construct a selection veto exception


Copyright © 2002 Oracle Corporation

 

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