Modifier and Type | Method and Description |
---|---|
void |
LoggingCodeGenContext.error(String msg,
Throwable cause) |
void |
CodeGenContext.error(String msg,
Throwable cause)
Log a fatal error during code generation.
|
void |
LoggingCodeGenContext.error(Throwable cause) |
void |
CodeGenContext.error(Throwable cause)
Log a fatal error during code generation.
|
void |
LoggingCodeGenContext.warn(String msg,
Throwable cause) |
void |
CodeGenContext.warn(String msg,
Throwable cause)
Log a non-fatal warning during code generation.
|
void |
LoggingCodeGenContext.warn(Throwable cause) |
void |
CodeGenContext.warn(Throwable cause)
Log a non-fatal warning during code generation.
|
Constructor and Description |
---|
AbortCodeGenException(String msg,
Throwable cause) |
AbortCodeGenException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static void |
GWT.log(String message,
Throwable e)
Logs a message to the development shell logger in Development Mode, or to
the console in Super Dev Mode.
|
void |
RunAsyncCallback.onFailure(Throwable reason)
Called when, for some reason, the necessary code cannot be loaded.
|
void |
GWT.UncaughtExceptionHandler.onUncaughtException(Throwable e) |
static boolean |
HttpThrowableReporter.report(String url,
Throwable t)
Deprecated.
Report a Throwable to the server.
|
static void |
GWT.reportUncaughtException(Throwable e)
Reports an exception caught at the "top level" to a handler set via
GWT.setUncaughtExceptionHandler(UncaughtExceptionHandler) . |
Modifier and Type | Class and Description |
---|---|
static class |
SerializableThrowable.ThrowableWithClassName
Deprecated.
use com.google.gwt.core.client.SerializableThrowable instead.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
SerializableThrowable.getThrowable()
Deprecated.
Create a new Throwable from this SerializableThrowable.
|
Modifier and Type | Method and Description |
---|---|
static void |
StackTraceCreator.captureStackTrace(Throwable throwable,
Object reference)
Collect necessary information to construct stack trace trace later in time.
|
static StackTraceElement[] |
StackTraceCreator.constructJavaStackTrace(Throwable thrown) |
void |
AsyncFragmentLoader.LoadTerminatedHandler.loadTerminated(Throwable reason) |
void |
SuperDevModeLogger.log(String message,
Throwable t) |
void |
LoadingStrategyBase.RequestData.onLoadError(Throwable e,
boolean mayRetry) |
static void |
Impl.reportUncaughtException(Throwable e) |
Constructor and Description |
---|
SerializableThrowable(Throwable t)
Deprecated.
Create a new SerializableThrowable from a Throwable.
|
ThrowableWithClassName(String message,
Throwable cause,
String typeName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TreeLogger |
TreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught)
|
abstract TreeLogger |
TreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Produces a branched logger, which can be used to write messages that are
logically grouped together underneath the current logger.
|
void |
TreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught)
|
abstract void |
TreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Logs a message and/or an exception, with optional help info.
|
Constructor and Description |
---|
BadTypeArgsException(String message,
Throwable cause) |
BadTypeArgsException(Throwable cause) |
NotFoundException(String message,
Throwable cause) |
NotFoundException(Throwable cause) |
ParseException(String message,
Throwable cause) |
ParseException(Throwable cause) |
TypeOracleException(String message,
Throwable cause) |
TypeOracleException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
StackTraceDeobfuscator.deobfuscateStackTrace(Throwable throwable,
String strongName)
Replaces the stack traces in the given Throwable and its causes with deobfuscated stack traces
wherever possible.
|
void |
ServerGwtBridge.log(String message,
Throwable e) |
Modifier and Type | Class and Description |
---|---|
class |
SerializableThrowable
A serializable copy of a
Throwable , including its causes and stack trace. |
Modifier and Type | Method and Description |
---|---|
Throwable |
SerializableThrowable.fillInStackTrace() |
Throwable |
SerializableThrowable.getOriginalThrowable()
Returns the original throwable that this serializable throwable is derived from.
|
Throwable |
SerializableThrowable.initCause(Throwable cause)
Initializes the cause of this throwable.
|
Modifier and Type | Method and Description |
---|---|
static SerializableThrowable |
SerializableThrowable.fromThrowable(Throwable throwable)
Create a new
SerializableThrowable from a provided throwable and its causes
recursively. |
Throwable |
SerializableThrowable.initCause(Throwable cause)
Initializes the cause of this throwable.
|
static void |
GWT.log(String message,
Throwable e)
Logs a message to the development shell logger in Development Mode, or to
the JavaScript console in Super Dev Mode.
|
abstract void |
GWTBridge.log(String message,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
JsLogger.log(String message,
Throwable e) |
static void |
ThrowableTypeResolver.resolveDesignatedType(SerializableThrowable throwable,
Throwable designated) |
Constructor and Description |
---|
TransientWorkerException(String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static UnableToCompleteException |
CompilationProblemReporter.logAndTranslateException(TreeLogger logger,
Throwable e)
Used as a convenience to catch all exceptions thrown by the compiler.
|
Constructor and Description |
---|
CompilerIoException(String message,
Throwable cause) |
InternalCompilerException(HasSourceInfo node,
String message,
Throwable cause)
Constructs a new exception with the specified node, message, and cause.
|
InternalCompilerException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause.
|
Modifier and Type | Method and Description |
---|---|
protected static InternalCompilerException |
JVisitor.translateException(JNode node,
Throwable e) |
Constructor and Description |
---|
JsonException(String message,
Throwable cause) |
JsonException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ModuleSpace.isExceptionSame(Throwable original,
Object exception) |
void |
ModuleSpace.log(String message,
Throwable e)
Allows client-side code to log to the tree logger.
|
void |
ShellJavaScriptHost.log(String message,
Throwable e)
Logs to the dev shell logger.
|
void |
GWTBridgeImpl.log(String message,
Throwable e)
Logs in dev shell.
|
static void |
ModuleSpace.setThrownJavaException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
protected abstract JsValue |
ModuleSpace.doInvoke(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invokes a native JavaScript function.
|
protected JsValue |
ModuleSpaceOOPHM.doInvoke(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a JS method and return its value.
|
void |
BrowserChannelServer.invokeJavascript(CompilingClassLoader ccl,
JsValueOOPHM jsthis,
String methodName,
JsValueOOPHM[] args,
JsValueOOPHM returnJsValue) |
protected JsValue |
ModuleSpace.invokeNative(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invokes a native JavaScript function.
|
boolean |
ModuleSpace.invokeNativeBoolean(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static boolean |
JavaScriptHost.invokeNativeBoolean(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a boolean value.
|
boolean |
ShellJavaScriptHost.invokeNativeBoolean(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a boolean value.
|
byte |
ModuleSpace.invokeNativeByte(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static byte |
JavaScriptHost.invokeNativeByte(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a byte value.
|
byte |
ShellJavaScriptHost.invokeNativeByte(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a byte value.
|
char |
ModuleSpace.invokeNativeChar(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static char |
JavaScriptHost.invokeNativeChar(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a character value.
|
char |
ShellJavaScriptHost.invokeNativeChar(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a character value.
|
double |
ModuleSpace.invokeNativeDouble(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static double |
JavaScriptHost.invokeNativeDouble(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a double value.
|
double |
ShellJavaScriptHost.invokeNativeDouble(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a double value.
|
float |
ModuleSpace.invokeNativeFloat(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static float |
JavaScriptHost.invokeNativeFloat(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a float value.
|
float |
ShellJavaScriptHost.invokeNativeFloat(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a float value.
|
int |
ModuleSpace.invokeNativeInt(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static int |
JavaScriptHost.invokeNativeInt(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns an integer value.
|
int |
ShellJavaScriptHost.invokeNativeInt(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns an integer value.
|
long |
ModuleSpace.invokeNativeLong(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static long |
JavaScriptHost.invokeNativeLong(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a long value.
|
long |
ShellJavaScriptHost.invokeNativeLong(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a long value.
|
Object |
ModuleSpace.invokeNativeObject(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static Object |
JavaScriptHost.invokeNativeObject(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns an object value.
|
Object |
ShellJavaScriptHost.invokeNativeObject(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns an object value.
|
short |
ModuleSpace.invokeNativeShort(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static short |
JavaScriptHost.invokeNativeShort(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a short value.
|
short |
ShellJavaScriptHost.invokeNativeShort(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns a short value.
|
void |
ModuleSpace.invokeNativeVoid(String name,
Object jthis,
Class<?>[] types,
Object[] args) |
static void |
JavaScriptHost.invokeNativeVoid(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns no value.
|
void |
ShellJavaScriptHost.invokeNativeVoid(String name,
Object jthis,
Class<?>[] types,
Object[] args)
Invoke a native JavaScript function that returns no value.
|
Constructor and Description |
---|
BrowserChannelException(String message,
Throwable cause) |
RemoteDeathError(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
JettyLauncher.JettyTreeLogger.debug(String msg,
Throwable th) |
void |
JettyLauncher.JettyTreeLogger.debug(Throwable th) |
void |
JettyLauncher.JettyTreeLogger.ignore(Throwable th) |
void |
JettyLauncher.JettyTreeLogger.info(String msg,
Throwable th) |
void |
JettyLauncher.JettyTreeLogger.info(Throwable th) |
void |
JettyLauncher.JettyTreeLogger.warn(String msg,
Throwable th) |
void |
JettyLauncher.JettyTreeLogger.warn(Throwable th) |
Modifier and Type | Method and Description |
---|---|
protected void |
SwingTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ServletContextTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
SwingTreeLogger.doLog(int index,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ServletContextTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Constructor and Description |
---|
LogEvent(SwingTreeLogger logger,
boolean isBranchCommit,
int index,
TreeLogger.Type type,
String message,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Create a log event.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewerServiceClient.addLogBranch(int indexInParent,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo,
int parentLogHandle,
Callback<Integer> callback)
Add an entry that also serves as a log branch.
|
void |
ViewerServiceClient.addLogEntry(int indexInParent,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo,
int logHandle)
Add a log entry.
|
protected void |
ViewerServiceTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
ViewerServiceTreeLogger.doLog(int indexOfLogEntry,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
Modifier and Type | Method and Description |
---|---|
void |
Callback.onError(Throwable t)
Called when the task fails to complete.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiskCache.finalize() |
Modifier and Type | Method and Description |
---|---|
TreeLogger |
CompositeTreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
TreeLogger |
AbstractTreeLogger.branch(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Implements branching behavior that supports lazy logging for low-priority
branched loggers.
|
protected void |
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught)
Deprecated.
This method has been deprecated; override
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger, com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo)
instead. |
protected abstract void |
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually commit the
specified message associated with this the root of this branch.
|
protected void |
PrintWriterTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected void |
AbstractTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught)
Deprecated.
This method has been deprecated; override
{@link #branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo)
instead.
|
protected abstract void |
AbstractTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Derived classes should override this method to actually write a log
message.
|
protected void |
PrintWriterTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
protected static String |
AbstractTreeLogger.getExceptionName(Throwable e) |
static String |
AbstractTreeLogger.getStackTraceAsString(Throwable e) |
void |
CompositeTreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo) |
void |
AbstractTreeLogger.log(TreeLogger.Type type,
String msg,
Throwable caught,
TreeLogger.HelpInfo helpInfo)
Immediately logs or ignores the specified messages, based on the specified
message type and this logger's settings.
|
Modifier and Type | Method and Description |
---|---|
TreeLogger |
Message2ClassClass.branch(TreeLogger logger,
Class<?> c1,
Class<?> c2,
Throwable caught) |
TreeLogger |
Message2FileString.branch(TreeLogger logger,
File f,
String s,
Throwable caught) |
TreeLogger |
Message1File.branch(TreeLogger logger,
File f,
Throwable caught) |
TreeLogger |
Message3IntMethodString.branch(TreeLogger logger,
int x,
Method m,
String s,
Throwable caught) |
TreeLogger |
Message3IntStringClass.branch(TreeLogger logger,
int x,
String s,
Class<?> c,
Throwable caught) |
TreeLogger |
Message4IntStringStringString.branch(TreeLogger logger,
int x,
String s1,
String s2,
String s3,
Throwable caught) |
TreeLogger |
Message3IntStringString.branch(TreeLogger logger,
int x,
String s1,
String s2,
Throwable caught) |
TreeLogger |
Message2IntString.branch(TreeLogger logger,
int x,
String s,
Throwable caught) |
TreeLogger |
Message2LongString.branch(TreeLogger logger,
long x,
String s,
Throwable caught) |
TreeLogger |
Message1Long.branch(TreeLogger logger,
long x,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Object[] args,
Object[] fmts,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Object arg,
Formatter fmt,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Object arg1,
Object arg2,
Formatter fmt1,
Formatter fmt2,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Object arg1,
Object arg2,
Object arg3,
Formatter fmt1,
Formatter fmt2,
Formatter fmt3,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Formatter fmt1,
Formatter fmt2,
Formatter fmt3,
Formatter fmt4,
Throwable caught) |
TreeLogger |
Message1ToString.branch(TreeLogger logger,
Object o,
Throwable caught) |
TreeLogger |
Message1StringArray.branch(TreeLogger logger,
String[] sa,
Throwable caught) |
TreeLogger |
Message2StringFile.branch(TreeLogger logger,
String s,
File f,
Throwable caught) |
TreeLogger |
Message3StringIntString.branch(TreeLogger logger,
String s1,
int x,
String s2,
Throwable caught) |
TreeLogger |
Message2StringInt.branch(TreeLogger logger,
String s,
int x,
Throwable caught) |
TreeLogger |
Message2StringStringArray.branch(TreeLogger logger,
String s,
String[] sa,
Throwable caught) |
TreeLogger |
Message2StringString.branch(TreeLogger logger,
String s1,
String s2,
Throwable caught) |
TreeLogger |
Message1String.branch(TreeLogger logger,
String s,
Throwable caught) |
TreeLogger |
Message2StringURL.branch(TreeLogger logger,
String s,
URL u,
Throwable caught) |
protected TreeLogger |
Message.branch(TreeLogger logger,
Throwable caught) |
TreeLogger |
Message0.branch(TreeLogger logger,
Throwable caught) |
TreeLogger |
Message2URLInt.branch(TreeLogger logger,
URL u,
int x,
Throwable caught) |
TreeLogger |
Message2URLString.branch(TreeLogger logger,
URL u,
String s,
Throwable caught) |
TreeLogger |
Message1URL.branch(TreeLogger logger,
URL u,
Throwable caught) |
TreeLogger |
Message2URLURL.branch(TreeLogger logger,
URL u1,
URL u2,
Throwable caught) |
void |
Message2ClassClass.log(TreeLogger logger,
Class<?> c1,
Class<?> c2,
Throwable caught) |
void |
Message2FileString.log(TreeLogger logger,
File f,
String s,
Throwable caught) |
void |
Message1File.log(TreeLogger logger,
File f,
Throwable caught) |
void |
Message3IntMethodString.log(TreeLogger logger,
int x,
Method m,
String s,
Throwable caught) |
void |
Message3IntStringClass.log(TreeLogger logger,
int x,
String s,
Class<?> c,
Throwable caught) |
void |
Message4IntStringStringString.log(TreeLogger logger,
int x,
String s1,
String s2,
String s3,
Throwable caught) |
void |
Message3IntStringString.log(TreeLogger logger,
int x,
String s1,
String s2,
Throwable caught) |
void |
Message2IntString.log(TreeLogger logger,
int x,
String s,
Throwable caught) |
void |
Message2LongString.log(TreeLogger logger,
long x,
String s,
Throwable caught) |
void |
Message1Long.log(TreeLogger logger,
long x,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Object[] args,
Object[] fmts,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Object arg,
Formatter fmt,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Object arg1,
Object arg2,
Formatter fmt1,
Formatter fmt2,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Object arg1,
Object arg2,
Object arg3,
Formatter fmt1,
Formatter fmt2,
Formatter fmt3,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Formatter fmt1,
Formatter fmt2,
Formatter fmt3,
Formatter fmt4,
Throwable caught) |
void |
Message1ToString.log(TreeLogger logger,
Object o,
Throwable caught) |
void |
Message1StringArray.log(TreeLogger logger,
String[] sa,
Throwable caught) |
void |
Message2StringFile.log(TreeLogger logger,
String s,
File f,
Throwable caught) |
void |
Message3StringIntString.log(TreeLogger logger,
String s1,
int x,
String s2,
Throwable caught) |
void |
Message2StringInt.log(TreeLogger logger,
String s,
int x,
Throwable caught) |
void |
Message2StringStringArray.log(TreeLogger logger,
String s,
String[] sa,
Throwable caught) |
void |
Message2StringString.log(TreeLogger logger,
String s1,
String s2,
Throwable caught) |
void |
Message1String.log(TreeLogger logger,
String s,
Throwable caught) |
void |
Message2StringURL.log(TreeLogger logger,
String s,
URL u,
Throwable caught) |
protected void |
Message.log(TreeLogger logger,
Throwable caught) |
void |
Message0.log(TreeLogger logger,
Throwable caught) |
void |
Message2URLInt.log(TreeLogger logger,
URL u,
int x,
Throwable caught) |
void |
Message2URLString.log(TreeLogger logger,
URL u,
String s,
Throwable caught) |
void |
Message1URL.log(TreeLogger logger,
URL u,
Throwable caught) |
void |
Message2URLURL.log(TreeLogger logger,
URL u1,
URL u2,
Throwable caught) |
Modifier and Type | Method and Description |
---|---|
void |
Schema.onHandlerException(int line,
String elem,
Method method,
Throwable e) |
void |
DefaultSchema.onHandlerException(int line,
String elem,
Method method,
Throwable e) |
Constructor and Description |
---|
UmbrellaException(Set<Throwable> causes) |
Modifier and Type | Class and Description |
---|---|
class |
PositionError
Represents an error that occurred while trying to get the user's current
position.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCallback.onError(Request request,
Throwable exception)
Called when a
Request does not complete
normally. |
Constructor and Description |
---|
RequestException(String message,
Throwable cause) |
RequestException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
MessageCatalogFactory.Context.error(String msg,
Throwable cause) |
void |
MessageCatalogFactory.Context.warning(String msg,
Throwable cause) |
Constructor and Description |
---|
KeyGeneratorException(String message,
Throwable cause) |
MessageProcessingException(String msg,
Throwable cause) |
VisitorAbortException(String reason,
Throwable cause)
Initialize with a required reason.
|
VisitorAbortException(Throwable cause)
Initialize with a required reason.
|
Modifier and Type | Method and Description |
---|---|
void |
MockMessageCatalogContext.error(String msg,
Throwable cause) |
void |
MockMessageCatalogContext.warning(String msg,
Throwable cause) |
Constructor and Description |
---|
JSONException(String message,
Throwable cause)
Constructs a new JSONException with the specified message and cause.
|
JSONException(Throwable cause)
Constructs a new JSONException with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
static String |
JsonLogRecordClientUtil.throwableAsJson(Throwable t) |
Modifier and Type | Method and Description |
---|---|
protected String |
FormatterImpl.getStackTraceAsString(Throwable e,
String newline,
String indent)
Deprecated.
Use
Throwable.printStackTrace(PrintStream) with
StackTracePrintStream instead. |
void |
LoggerImplRegular.log(Level level,
String msg,
Throwable thrown) |
void |
LoggerImpl.log(Level level,
String msg,
Throwable thrown) |
void |
LoggerImplNull.log(Level level,
String msg,
Throwable thrown) |
void |
LoggerImplSevere.log(Level level,
String msg,
Throwable thrown) |
void |
LoggerImplWarning.log(Level level,
String msg,
Throwable thrown) |
Modifier and Type | Method and Description |
---|---|
Throwable |
StackTraceDeobfuscator.deobfuscateThrowable(Throwable old,
String strongName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
StackTraceDeobfuscator.deobfuscateThrowable(Throwable old,
String strongName)
Deprecated.
|
Constructor and Description |
---|
InvalidJsonLogRecordFormatException(Throwable cause)
Constructs an InvalidJSonStringException.
|
RemoteLoggingException(String message,
Throwable t) |
Constructor and Description |
---|
ResourceException(ResourcePrototype resource,
String msg,
Throwable t) |
Constructor and Description |
---|
Css2GssConversionException(String message,
Throwable cause) |
Constructor and Description |
---|
CssCompilerException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
SerializableException.getCause()
Deprecated.
Exception chaining is not currently supported for serialized exceptions.
|
Throwable |
SerializableException.initCause(Throwable cause)
Deprecated.
No effect; exception chaining is not currently supported for serialized
exceptions.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
SerializableException.initCause(Throwable cause)
Deprecated.
No effect; exception chaining is not currently supported for serialized
exceptions.
|
void |
AsyncCallback.onFailure(Throwable caught)
Called when an asynchronous call fails to complete normally.
|
Constructor and Description |
---|
IncompatibleRemoteServiceException(String msg,
Throwable cause)
Constructs an instance with the specified message and cause.
|
InvocationException(String s,
Throwable cause)
Constructs an exception with the given description and cause.
|
SerializationException(String msg,
Throwable cause) |
SerializationException(Throwable cause) |
SerializedTypeViolationException(String msg,
Throwable cause)
Constructs an instance with the specified message and cause.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCallbackAdapter.onError(Request request,
Throwable exception) |
Constructor and Description |
---|
FailingRequestBuilder(Throwable cause,
AsyncCallback<?> rpcCallback) |
Constructor and Description |
---|
AttachDetachException(Set<Throwable> causes)
Construct a new
AttachDetachException . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRemoteServiceServlet.doUnexpectedFailure(Throwable e)
Override this method to control what should happen when an exception
escapes the
AbstractRemoteServiceServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method. |
static String |
RPC.encodeResponseForFailedRequest(RPCRequest rpcRequest,
Throwable cause)
Returns a string that encodes an exception.
|
static String |
RPC.encodeResponseForFailure(Method serviceMethod,
Throwable cause)
Returns a string that encodes an exception.
|
static String |
RPC.encodeResponseForFailure(Method serviceMethod,
Throwable cause,
SerializationPolicy serializationPolicy)
Returns a string that encodes an exception.
|
static String |
RPC.encodeResponseForFailure(Method serviceMethod,
Throwable cause,
SerializationPolicy serializationPolicy,
int flags) |
static boolean |
RPCServletUtils.isExpectedException(Method serviceIntfMethod,
Throwable cause)
Returns true if the
Method definition on
the service is specified to throw the exception contained in the
InvocationTargetException or false otherwise. |
static void |
RPCServletUtils.writeResponseForUnexpectedFailure(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletResponse response,
Throwable failure)
Called when the servlet itself has a problem, rather than the invoked
third-party method.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractRemoteServiceServlet.processPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by
AbstractRemoteServiceServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) for type-specific processing of the request. |
Constructor and Description |
---|
UnexpectedException(String message,
Throwable cause)
Construct an UnexpectedException.
|
Constructor and Description |
---|
DOMNodeException(short code,
Throwable e,
com.google.gwt.xml.client.impl.DOMItem item) |
DOMParseException(String contents,
Throwable e) |
Constructor and Description |
---|
IOException(String message,
Throwable throwable) |
IOException(Throwable throwable) |
Modifier and Type | Class and Description |
---|---|
class |
Error
See the
official Java API doc for details.
|
class |
Exception
See the
official Java API doc for details.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
Throwable.fillInStackTrace()
Populates the stack trace information for the Throwable.
|
Throwable |
Throwable.getCause() |
Throwable[] |
Throwable.getSuppressed()
Returns the array of Exception that this one suppressedExceptions.
|
Throwable |
Throwable.initCause(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
Throwable.addSuppressed(Throwable exception)
Call to add an exception that was suppressed.
|
Throwable |
Throwable.initCause(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected void |
Object.finalize()
Never called; here for JRE compatibility.
|
Constructor and Description |
---|
AssertionError(String message,
Throwable cause) |
Error(String message,
Throwable cause) |
Error(Throwable cause) |
Exception(String message,
Throwable cause) |
Exception(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
Exception(Throwable cause) |
IllegalArgumentException(String message,
Throwable cause) |
IllegalArgumentException(Throwable cause) |
IllegalStateException(String message,
Throwable cause) |
IllegalStateException(Throwable cause) |
RuntimeException(String message,
Throwable cause) |
RuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RuntimeException(Throwable cause) |
Throwable(String message,
Throwable cause) |
Throwable(String message,
Throwable cause,
boolean enableSuppression,
boolean writetableStackTrace)
Constructor that allows subclasses disabling exception suppression and stack traces.
|
Throwable(Throwable cause) |
UnsupportedOperationException(String message,
Throwable cause) |
UnsupportedOperationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
LogRecord.getThrown() |
Modifier and Type | Method and Description |
---|---|
void |
Logger.log(Level level,
String msg,
Throwable thrown) |
void |
LogRecord.setThrown(Throwable newThrown) |
Copyright © 2018. All rights reserved.