BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xml.utils
Class WrappedRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--weblogic.apache.xml.utils.WrappedRuntimeException

public class WrappedRuntimeException
extends java.lang.RuntimeException

This class is for throwing important checked exceptions over non-checked methods. It should be used with care, and in limited circumstances.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
WrappedRuntimeException(java.lang.Exception e)
          Construct a WrappedRuntimeException from a checked exception.
WrappedRuntimeException(java.lang.String msg, java.lang.Exception e)
          Constructor WrappedRuntimeException
 
Method Summary
 java.lang.Exception getException()
          Get the checked exception that this runtime exception wraps.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrappedRuntimeException

public WrappedRuntimeException(java.lang.Exception e)
Construct a WrappedRuntimeException from a checked exception.

Parameters:
e - Primary checked exception

WrappedRuntimeException

public WrappedRuntimeException(java.lang.String msg,
                               java.lang.Exception e)
Constructor WrappedRuntimeException

Parameters:
msg - Exception information.
e - Primary checked exception
Method Detail

getException

public java.lang.Exception getException()
Get the checked exception that this runtime exception wraps.

Returns:
The primary checked exception

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.