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
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 |
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
-
main
public static void main(java.lang.String[] args)