com.bea.wlrt.ede
Class MultiStatementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlrt.ede.MultiStatementException

public class MultiStatementException
extends RuntimeException

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

See Also:
Serialized Form

Constructor Summary
MultiStatementException(URL location, List exceptions)
           
 
Method Summary
 List getExceptions()
          Retrieves the list of exceptions that were detected
 String getMessage()
           
 
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(URL location,
                               List exceptions)
Method Detail

getExceptions

public List getExceptions()
Retrieves the list of exceptions that were detected

Returns:
List of exceptions

getMessage

public String getMessage()

Overrides:
getMessage in class Throwable