Searched defs:ERROR (Results 1 - 12 of 12) sorted by relevance

/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/util/
H A DModelValidationException.java63 public static final int ERROR = 0; field in class:ModelValidationException
73 /** This field holds the type -- one of {@link #ERROR} or {@link #WARNING}
90 * Creates new <code>ModelValidationException</code> of type {@link #ERROR}
100 * {@link #ERROR} with the specified detail message and
111 * {@link #ERROR} with the specified offending object and no
123 * {@link #ERROR} with the specified detail message and offending
130 this(ERROR, offendingObject, msg);
136 * @param errorType the type -- one of {@link #ERROR} or {@link #WARNING}.
155 * Get the type -- one of {@link #ERROR} or {@link #WARNING}.
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DCometEvent.java99 * ERROR - Error will be called by the container in the case where an IO exception
105 public enum EventType {BEGIN, READ, END, ERROR} enum constant in enum:CometEvent.EventType
110 * TIMEOUT - the connection timed out (sub type of ERROR); note that this ERROR type is not fatal, and
112 * CLIENT_DISCONNECT - the client connection was closed (sub type of ERROR)
113 * IOEXCEPTION - an IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR)
154 * an END or ERROR event.
H A DLogger.java88 public static final int ERROR = 1; field in interface:Logger
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java75 private final static int ERROR = 1; field in class:AsadminMain
138 System.exit(ERROR);
253 case ERROR:
313 return ERROR;
324 return ERROR;
339 return ERROR;
H A DCLIConstants.java66 public static final int ERROR = 1; field in class:CLIConstants
H A DCLICommand.java88 public static final int ERROR = CLIConstants.ERROR; field in class:CLICommand
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DAdminCommandLock.java96 ERROR // Failed - other error enum constant in enum:AdminCommandLock.SuspendStatus
365 return SuspendStatus.ERROR;
367 return SuspendStatus.ERROR;
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DReportHandler.java102 private final String ERROR = "error"; // NOI18N field in class:ReportHandler
258 NodeList nodeList = document.getElementsByTagName(ERROR);
260 errorNode = document.createElement(ERROR);
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DJkHandler.java79 public static final int ERROR=2; field in class:JkHandler
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/utility/
H A DAugmentationTest.java136 public final int ERROR = -1; field in class:AugmentationTest
179 println("!!! ERROR: linkage error when loading class: "
183 return ERROR;
185 println("!!! ERROR: class not found: " + className);
188 return ERROR;
214 println("!!! ERROR: field declaration: ");
217 return ERROR;
236 println("!!! ERROR: constructor declaration: ");
239 return ERROR;
262 println("!!! ERROR
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DAsyncContextImpl.java68 static enum AsyncEventType { COMPLETE, TIMEOUT, ERROR, START_ASYNC } enum constant in enum:AsyncContextImpl.AsyncEventType
451 asyncContext.notifyAsyncListeners(AsyncEventType.ERROR, t);
490 case ERROR:
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/
H A DCallbackGUIBindings.java462 ERROR( enum constant in enum:CallbackGUIBindings.MessageType
464 ConfirmationCallback.ERROR,
465 TextOutputCallback.ERROR);

Completed in 570 milliseconds