net.sourceforge.cilib.xml
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.