org.lsc.utils
Class CharacterUnacceptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lsc.utils.CharacterUnacceptedException
- All Implemented Interfaces:
- Serializable
public class CharacterUnacceptedException
- extends Exception
Thrown if some parsing error occurs while checking data consistency.
- Author:
- Sebastien Bahloul <seb@lsc-project.org>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CharacterUnacceptedException
public CharacterUnacceptedException()
- Default constructor.
CharacterUnacceptedException
public CharacterUnacceptedException(String string)
- Default constructor.
- Parameters:
string - the message
Copyright © 2005-2010 LSC project. All Rights Reserved.