faa.tg.aircraft
Class AircraftFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by faa.tg.aircraft.AircraftFactoryException
All Implemented Interfaces:
java.io.Serializable

public class AircraftFactoryException
extends java.lang.Exception

 AircraftFactoryException is a subclass of the Exception class.
 
See the source: AircraftFactoryException.java

Author:
Rich Henthorn version $Id: AircraftFactoryException.java,v 3.1 2006/03/14 15:47:39 samf Exp $
See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
AircraftFactoryException()
           
AircraftFactoryException(java.lang.String complaint)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Constructor Detail

AircraftFactoryException

public AircraftFactoryException()

AircraftFactoryException

public AircraftFactoryException(java.lang.String complaint)