kirk.io.sdl
Class ESDLReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kirk.io.sdl.ESDLReadException
- All Implemented Interfaces:
- Serializable
- public class ESDLReadException
- extends Exception
This class is an Exception that may be thrown during the reading of
an ESDL document. It indicates that the ESDL document is not correct.
- Since:
- 2.00
- Version:
- 2.10
- Author:
- Berend "Kirk" Wouda
- See Also:
SDLReader,
Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ESDLReadException
public ESDLReadException(String message)
- Creates a new
ESDLReadException with the given error message.
- Parameters:
message - The error message.
ESDLReadException
public ESDLReadException()
- Creates a new
ESDLReadException.