public class AreaFileException extends McIDASException
| Constructor and Description |
|---|
AreaFileException()
Constructs an AreaFileException with no specified detail message.
|
AreaFileException(String s)
Constructs an AreaFileException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AreaFileException()
public AreaFileException(String s)
s - the detail message.