org.lsc.utils
Class CharacterUnacceptedException

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

Constructor Summary
CharacterUnacceptedException()
          Default constructor.
CharacterUnacceptedException(String string)
          Default 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

CharacterUnacceptedException

public CharacterUnacceptedException()
Default constructor.


CharacterUnacceptedException

public CharacterUnacceptedException(String string)
Default constructor.

Parameters:
string - the message


Copyright © 2005-2010 LSC project. All Rights Reserved.