net.sf.cglib.proxy

Class UndeclaredThrowableException


public class UndeclaredThrowableException
extends CodeGenerationException

Used by Proxy as a replacement for java.lang.reflect.UndeclaredThrowableException.
Author:
Juozas Baliuka

Constructor Summary

UndeclaredThrowableException(Throwable t)
Creates a new instance of UndeclaredThrowableException without detail message.

Method Summary

Throwable
getUndeclaredThrowable()

Methods inherited from class net.sf.cglib.core.CodeGenerationException

getCause

Constructor Details

UndeclaredThrowableException

public UndeclaredThrowableException(Throwable t)
Creates a new instance of UndeclaredThrowableException without detail message.

Method Details

getUndeclaredThrowable

public Throwable getUndeclaredThrowable()

Copyright (c) 2001 - Apache Software Foundation