Extension SDK

oracle.ide.compiler
Class BuildSystemVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.compiler.BuildSystemVetoException
All Implemented Interfaces:
java.io.Serializable

public class BuildSystemVetoException
extends java.lang.Exception

BuildSystemVetoException exception is thrown when an BuildSystemListener vetos a build change.

See Also:
Serialized Form

Constructor Summary
BuildSystemVetoException(java.lang.String msg)
          Constructor.
 
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
 

Constructor Detail

BuildSystemVetoException

public BuildSystemVetoException(java.lang.String msg)
Constructor.
Parameters:
msg - the exception message

Extension SDK