Class SDKException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentUpdateException, DeleteException, RepositoryException, SDKWarning

public class SDKException extends Exception
Base Exception for Oracle Rules SDK Component
See Also:
  • Constructor Details

  • Method Details

    • getDictionaryObject

      public DictionaryObject getDictionaryObject()
    • getPropertyName

      public String getPropertyName()
      if the exception applies to a property of the Dictionary Object, return its name. Else return "".
      Returns:
      name of property or "".
    • addToken

      public void addToken(Object token)
    • getTokens

      public Object[] getTokens()
    • getMessage

      public String getMessage()
      Method that overrides getMessage() method of the Exception class.
      Overrides:
      getMessage in class Throwable
      Returns:
      the message associated with this exception.
    • getMessage

      public String getMessage(Locale locale)
      Method to retrieve (entire) exception message with a given Locale. The entire messge includes root cause and error code.
    • getDetails

      public List<String> getDetails(Locale locale)
    • setDetails

      public void setDetails(List<SDKException> details)
    • getMessageOnly

      public String getMessageOnly(Locale locale)
      Method to retrieve exception message only (exclude error code and root cause)
    • getRootMessage

      public String getRootMessage()
      Method to get root exception message.
    • getErrorCode

      public String getErrorCode()
      Returns the Message/Exception code.
    • getMessageInfo

      public MessageInfo getMessageInfo()
    • getStackTraceAsString

      public String getStackTraceAsString()