Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.editor.ruleset
Class RuleEditorSDKException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.sdk.editor.ruleset.RuleEditorException
              extended byoracle.rules.sdk.editor.ruleset.RuleEditorSDKException

All Implemented Interfaces:
java.io.Serializable

public class RuleEditorSDKException
extends RuleEditorException

SDK Exception thrown by validate() methods when SDK internal state is inconsistent. Often, these are errors are caused by calling SDK methods in the wrong order, or by setting inconsistent property values.

See Also:
Serialized Form

Methods inherited from class oracle.rules.sdk.editor.ruleset.RuleEditorException
getBegin, getEnd, getErrorCode, getMessage, getMessage, getRuleComponent, isParseException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 


Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.