alma.aedf.types
Class AEDFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--alma.aedf.types.AEDFException
All Implemented Interfaces:
java.io.Serializable

public class AEDFException
extends java.lang.Exception

A Exception class to report problems occurring with classes in this packages. Most of the exceptions will be raised during parsing of Strings into int, float or double.

Author:
caillat
See Also:
Serialized Form

Constructor Summary
AEDFException()
           
AEDFException(java.lang.String message)
           
AEDFException(java.lang.String message, java.lang.Throwable cause)
           
AEDFException(java.lang.Throwable cause)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AEDFException

public AEDFException()

AEDFException

public AEDFException(java.lang.String message)
Parameters:
message -

AEDFException

public AEDFException(java.lang.Throwable cause)
Parameters:
cause -

AEDFException

public AEDFException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

main

public static void main(java.lang.String[] args)