kirk.io.sdl
Class ESDLWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kirk.io.sdl.ESDLWriteException
- All Implemented Interfaces:
- Serializable
- public class ESDLWriteException
- extends Exception
This class is an Exception that may be thrown during the writing of
an ESDL document.
- Since:
- 2.00
- Version:
- 2.10
- Author:
- Berend "Kirk" Wouda
- See Also:
ESDLWriter,
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 |
ESDLWriteException
public ESDLWriteException(String message)
- Creates a new
ESDLWriteException with the given error message.
- Parameters:
message - The error message.
ESDLWriteException
public ESDLWriteException()
- Creates a new
ESDLWriteException.