Created
May 11, 2015 12:46
-
-
Save adamcameron/fd5ab8db7c534acc68ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class coldfusion.runtime.DivideByZeroException | |
extends coldfusion.runtime.ExpressionException | |
extends coldfusion.runtime.NeoException | |
extends java.lang.RuntimeException | |
extends java.lang.Exception | |
extends java.lang.Throwable | |
extends java.lang.Object | |
extends { | |
/*** CONSTRUCTORS ***/ | |
public coldfusion.runtime.DivideByZeroException() | |
/*** METHODS ***/ | |
public int getErrNumber() | |
public final void setLocale(java.util.Locale) | |
public java.lang.String getMessage() | |
public final java.lang.String getLocalizedMessage() | |
public java.lang.String getType() | |
public static java.lang.Throwable unwrap(java.lang.Throwable) | |
public static java.lang.String getString(java.lang.Throwable, java.lang.String, java.util.Locale) | |
public java.lang.Throwable getRootCause() | |
public static int findCustomTarget(coldfusion.runtime.CustomException, [Ljava.lang.String;) | |
public static int findAdvancedCFTarget(coldfusion.runtime.AdvancedCFException, [Ljava.lang.String;) | |
public static int findThrowableTarget(java.lang.Throwable, [Ljava.lang.String;) | |
public java.lang.String getDetail() | |
public void printStackTrace() | |
public void printStackTrace(java.io.PrintWriter) | |
public void printStackTrace(java.io.PrintStream) | |
public synchronized java.lang.Throwable fillInStackTrace() | |
public synchronized java.lang.Throwable getCause() | |
public synchronized java.lang.Throwable initCause(java.lang.Throwable) | |
public java.lang.String toString() | |
public [Ljava.lang.StackTraceElement; getStackTrace() | |
public void setStackTrace([Ljava.lang.StackTraceElement;) | |
public final synchronized void addSuppressed(java.lang.Throwable) | |
public final synchronized [Ljava.lang.Throwable; getSuppressed() | |
public final void wait(long, int) | |
throws java.lang.InterruptedException | |
public final native void wait(long) | |
throws java.lang.InterruptedException | |
public final void wait() | |
throws java.lang.InterruptedException | |
public boolean equals(java.lang.Object) | |
public native int hashCode() | |
public final native java.lang.Class getClass() | |
public final native void notify() | |
public final native void notifyAll() | |
/*** FIELDS ***/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment