net.sourceforge.cilib.xml
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.cilib.xml.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends RuntimeException

Author:
Edwin Peer
See Also:
Serialized Form

Constructor Summary
FactoryException()
          Creates a new instance of FactoryException without detail message.
FactoryException(String msg)
          Constructs an instance of FactoryException with the specified detail message.
 
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

FactoryException

public FactoryException()
Creates a new instance of FactoryException without detail message.


FactoryException

public FactoryException(String msg)
Constructs an instance of FactoryException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2009 CIRG. All Rights Reserved.