Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.util
Class UnexpectedExceptionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnexpectedExceptionError(java.lang.String message, java.lang.Throwable cause)
           
UnexpectedExceptionError(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedExceptionError

public UnexpectedExceptionError(java.lang.Throwable cause)

UnexpectedExceptionError

public UnexpectedExceptionError(java.lang.String message,
                                java.lang.Throwable cause)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.