当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ObjenesisException (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.objenesis
Class ObjenesisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objenesis.ObjenesisException
- All Implemented Interfaces:
- Serializable
public class ObjenesisException
- extends RuntimeException
Exception thrown by Objenesis. It wraps any instantiation exceptions. Note that this exception is
runtime to prevent having to catch it. It will do normal exception wrapping for JDK 1.4 and more
and basic message wrapping for JDK 1.3.
- Author:
- Henri Tremblay
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjenesisException
public ObjenesisException(String msg)
- Parameters:
msg
- Error message
ObjenesisException
public ObjenesisException(Throwable cause)
- Parameters:
cause
- Wrapped exception. The message will be the one of the cause.
ObjenesisException
public ObjenesisException(String msg,
Throwable cause)
- Parameters:
msg
- Error messagecause
- Wrapped exception
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.