org.apache.directory.shared.ldap.util.unicode
Class InvalidCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.directory.shared.ldap.util.unicode.InvalidCharacterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCharacterException
extends java.io.IOException

Exception thrown when a Character is invalid

Version:
$Rev$, $Date$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
InvalidCharacterException(int input)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCharacterException

public InvalidCharacterException(int input)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.