Edit D:\app\Administrator\product\11.2.0\dbhome_1\olap\api\doc\oracle\olapi\BatchedException.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_17) on Wed Aug 12 19:50:19 UTC 2009 --> <TITLE> BatchedException (Oracle OLAP Java API Reference) </TITLE> <META NAME="keywords" CONTENT="oracle.olapi.BatchedException class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="BatchedException (Oracle OLAP Java API Reference)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Oracle® OLAP Java API Reference<br>11<i>g</i> Release 2 (11.2)</b><br>E10794-01<br>Beta Draft</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../oracle/olapi/ArraySet.html" title="class in oracle.olapi"><B>PREV CLASS</B></A> <A HREF="../../oracle/olapi/HasLocalizedMessage.html" title="interface in oracle.olapi"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?oracle/olapi/BatchedException.html" target="_top"><B>FRAMES</B></A> <A HREF="BatchedException.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> oracle.olapi</FONT> <BR> Class BatchedException</H2> <PRE> java.lang.Object <IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable <IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.Exception <IMG SRC="../../resources/inherit.gif" ALT="extended by ">java.lang.RuntimeException <IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../oracle/olapi/OLAPIRuntimeException.html" title="class in oracle.olapi">oracle.olapi.OLAPIRuntimeException</A> <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>oracle.olapi.BatchedException</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, <A HREF="../../oracle/olapi/HasLocalizedMessage.html" title="interface in oracle.olapi">HasLocalizedMessage</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>BatchedException</B><DT>extends <A HREF="../../oracle/olapi/OLAPIRuntimeException.html" title="class in oracle.olapi">OLAPIRuntimeException</A></DL> </PRE> <P> A base class for runtime exceptions that bundle together a list of errors or warnings for later processing. <P> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../serialized-form.html#oracle.olapi.BatchedException">Serialized Form</A></DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.util.List<java.lang.Exception></CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#getErrors()">getErrors</A></B>()</CODE> <BR> Gets the exceptions of the <CODE>BatchedException</CODE> that are caused by errors.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.util.List<java.lang.Exception></CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#getExceptions()">getExceptions</A></B>()</CODE> <BR> Gets the exceptions that the <CODE>BatchedException</CODE> contains.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#getLocalizedMessage(java.util.Locale)">getLocalizedMessage</A></B>(java.util.Locale locale)</CODE> <BR> Gets a message in the language specified by the <CODE>java.util.Locale</CODE> object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.util.List<java.lang.Exception></CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#getWarnings()">getWarnings</A></B>()</CODE> <BR> Gets the exceptions of the <CODE>BatchedException</CODE> that are warnings.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#isError()">isError</A></B>()</CODE> <BR> Indicates that the exception is caused by an error.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../oracle/olapi/BatchedException.html#isWarning()">isWarning</A></B>()</CODE> <BR> Indicates that the exception is a warning about a potential problem.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_oracle.olapi.OLAPIRuntimeException"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class oracle.olapi.<A HREF="../../oracle/olapi/OLAPIRuntimeException.html" title="class in oracle.olapi">OLAPIRuntimeException</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../oracle/olapi/OLAPIRuntimeException.html#getLocalizedMessage()">getLocalizedMessage</A>, <A HREF="../../oracle/olapi/OLAPIRuntimeException.html#toString()">toString</A></CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getLocalizedMessage(java.util.Locale)"><!-- --></A><H3> getLocalizedMessage</H3> <PRE> public java.lang.String <B>getLocalizedMessage</B>(java.util.Locale locale)</PRE> <DL> <DD>Gets a message in the language specified by the <CODE>java.util.Locale</CODE> object. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../oracle/olapi/HasLocalizedMessage.html#getLocalizedMessage(java.util.Locale)">getLocalizedMessage</A></CODE> in interface <CODE><A HREF="../../oracle/olapi/HasLocalizedMessage.html" title="interface in oracle.olapi">HasLocalizedMessage</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../oracle/olapi/OLAPIRuntimeException.html#getLocalizedMessage(java.util.Locale)">getLocalizedMessage</A></CODE> in class <CODE><A HREF="../../oracle/olapi/OLAPIRuntimeException.html" title="class in oracle.olapi">OLAPIRuntimeException</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>locale</CODE> - The <CODE>Locale</CODE> object that specifies the language for the message. <DT><B>Returns:</B><DD>A <CODE>String</CODE> that has the message in the specified language.</DL> </DD> </DL> <HR> <A NAME="isWarning()"><!-- --></A><H3> isWarning</H3> <PRE> public final boolean <B>isWarning</B>()</PRE> <DL> <DD>Indicates that the exception is a warning about a potential problem. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>boolean</CODE> that is <CODE>true</CODE> if the exception is a warning or <CODE>false</CODE> if not.</DL> </DD> </DL> <HR> <A NAME="isError()"><!-- --></A><H3> isError</H3> <PRE> public final boolean <B>isError</B>()</PRE> <DL> <DD>Indicates that the exception is caused by an error. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>boolean</CODE> that is <CODE>true</CODE> if the exception is caused by an error or <CODE>false</CODE> if not.</DL> </DD> </DL> <HR> <A NAME="getExceptions()"><!-- --></A><H3> getExceptions</H3> <PRE> public final java.util.List<java.lang.Exception> <B>getExceptions</B>()</PRE> <DL> <DD>Gets the exceptions that the <CODE>BatchedException</CODE> contains. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>List</CODE> of <CODE>Exception</CODE> objects.</DL> </DD> </DL> <HR> <A NAME="getErrors()"><!-- --></A><H3> getErrors</H3> <PRE> public final java.util.List<java.lang.Exception> <B>getErrors</B>()</PRE> <DL> <DD>Gets the exceptions of the <CODE>BatchedException</CODE> that are caused by errors. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>List</CODE> of the <CODE>Exception</CODE> objects that are caused by errors.</DL> </DD> </DL> <HR> <A NAME="getWarnings()"><!-- --></A><H3> getWarnings</H3> <PRE> public final java.util.List<java.lang.Exception> <B>getWarnings</B>()</PRE> <DL> <DD>Gets the exceptions of the <CODE>BatchedException</CODE> that are warnings. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>List</CODE> of the <CODE>Exception</CODE> objects that are warnings.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <center>Copyright © 2002, 2009, Oracle. All rights reserved.</center></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../oracle/olapi/ArraySet.html" title="class in oracle.olapi"><B>PREV CLASS</B></A> <A HREF="../../oracle/olapi/HasLocalizedMessage.html" title="interface in oracle.olapi"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?oracle/olapi/BatchedException.html" target="_top"><B>FRAMES</B></A> <A HREF="BatchedException.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de