com.lightdev.lib.xml.parser
Class IllegalCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IllegalCharacterException(String message)
          constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalCharacterException

public IllegalCharacterException(String message)
constructor

Parameters:
message - the message to show along with the exception