com.sap.ip.me.api.conf
Class FactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sap.ip.me.api.conf.FactoryException
All Implemented Interfaces:
java.io.Serializable

public class FactoryException
extends java.lang.RuntimeException

A RuntimeException that will be thrown if dynamic instantiation by reflection fails.

Author:
SAP
See Also:
Serialized Form

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

FactoryException

public FactoryException(java.lang.String message,
                        java.lang.Throwable exception)
Constructor for the FactoryException object.

Parameters:
message - The exception message
exception - The nested excpetion
Method Detail

getNested

public java.lang.Throwable getNested()
Gets the nested exception of the FactoryException object.

Returns:
The nested exception


Copyright © 2005 SAP AG. All Rights Reserved.