|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.ip.me.api.conf.FactoryException
A RuntimeException
that will be thrown if dynamic instantiation
by reflection fails.
Constructor Summary | |
FactoryException(java.lang.String message,
java.lang.Throwable exception)
Constructor for the FactoryException object. |
Method Summary | |
java.lang.Throwable |
getNested()
Gets the nested exception of the FactoryException object. |
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 |
public FactoryException(java.lang.String message, java.lang.Throwable exception)
message
- The exception messageexception
- The nested excpetionMethod Detail |
public java.lang.Throwable getNested()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |