com.lightdev.lib.xml.parser
Class IllegalCharacterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightdev.lib.xml.parser.IllegalCharacterException
- All Implemented Interfaces:
- Serializable
public class IllegalCharacterException
- extends Exception
Exception thrown by class StructParser
- Version:
- 1, March 5, 2005
- Author:
- Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License,
for details see file license.txt in the distribution package of this software
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalCharacterException
public IllegalCharacterException(String message)
- constructor
- Parameters:
message - the message to show along with the exception