Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


com.sigmadynamics.sdo.rules
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sigmadynamics.sdo.rules.ValidationException


public class ValidationException
extends java.lang.RuntimeException

An external rule exception thrown when an external rule fails to validate because of a compilation error or due to the absence of the required rule id and/or timestamp. This exception wraps the original exception that caused the validation error.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
ValidationException(java.lang.String msg)
           
ValidationException(java.lang.String msg, java.lang.Throwable cause)
           
ValidationException(java.lang.Throwable cause)
           

 

Method Summary

 

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

ValidationException

public ValidationException(java.lang.Throwable cause)

ValidationException

public ValidationException(java.lang.String msg)

ValidationException

public ValidationException(java.lang.String msg,
                           java.lang.Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-01


Copyright © 2010, Oracle. All rights reserved.