com.wilko.jaim
Class FLAPFrameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.wilko.jaim.FLAPFrameException
All Implemented Interfaces:
java.io.Serializable

public class FLAPFrameException
extends java.lang.Exception

Version:
$Revision: 1.3 $
Author:
paulw
See Also:
Serialized Form

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

FLAPFrameException

public FLAPFrameException()
Creates new FLAPFrameException without detail message.


FLAPFrameException

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

Parameters:
msg - the detail message.

jaimlib.sourceforge.net