站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ObjenesisException(String msg)
           
ObjenesisException(String msg, Throwable cause)
           
ObjenesisException(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

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 message
cause - Wrapped exception


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.