cad.simcad.objectserver.factory
Class FactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cad.simcad.objectserver.factory.FactoryException
All Implemented Interfaces:
java.io.Serializable

public class FactoryException
extends java.lang.Exception

Exception for Factory, unused

Version:
1.0
Author:
Charles-Philip Bentley
See Also:
Serialized Form

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


FactoryException

public FactoryException(java.lang.String msg)
Constructs an FactoryException with the specified detail message.

Parameters:
msg - the detail message.

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be