kirk.io.sdl
Class SDLReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kirk.io.sdl.SDLReadException
- All Implemented Interfaces:
- Serializable
- public class SDLReadException
- extends Exception
This class is an Exception that may be thrown during the reading of
an SDL document. It indicates that the SDL 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 |
SDLReadException
public SDLReadException(String message)
- Creates a new
SDLReadException with the given error message.
- Parameters:
message - The error message.
SDLReadException
public SDLReadException()
- Creates a new
SDLReadException.