JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.javatools.util.UnexpectedExceptionError
All Implemented Interfaces:
java.io.Serializable
public class UnexpectedExceptionError
extends java.lang.RuntimeException
An unchecked exception to be thrown in the catch clause for a checked
exception which is declared in a throws clause but is not expected to ever
be thrown in practice.
See Also: Serialized Form
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Detail:
Field |
Constr |
Method
Copyright © 1997, 2014, Oracle. All rights reserved.