Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Class MultiStatementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlevs.ede.api.ConfigurationException
                          |
                          +--com.bea.wlevs.ede.api.MultiStatementException

public class MultiStatementException
extends ConfigurationException

Exception raised if one or more errors are detected when loading a set of statements in bulk

See Also:
Serialized Form

Constructor Summary
MultiStatementException(java.net.URL location, java.util.List exceptions)
           

 

Method Summary
 java.util.List getExceptions()
          Retrieves the list of exceptions that were detected
 java.lang.String getMessage()
           

 

Methods inherited from class com.bea.wlevs.ede.api.ConfigurationException
getStage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MultiStatementException

public MultiStatementException(java.net.URL location,
                               java.util.List exceptions)

Method Detail

getExceptions

public java.util.List getExceptions()
Retrieves the list of exceptions that were detected
Returns:
List of exceptions

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD