gnu.inet.encoding
Class StringprepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gnu.inet.encoding.StringprepException
All Implemented Interfaces:
java.io.Serializable

public class StringprepException
extends java.lang.Exception

Exception handling for StringPrep class.

See Also:
Serialized Form

Field Summary
static java.lang.String BIDI_BOTHRAL
           
static java.lang.String BIDI_LTRAL
           
static java.lang.String CONTAINS_PROHIBITED
           
static java.lang.String CONTAINS_UNASSIGNED
           
 
Constructor Summary
StringprepException(java.lang.String m)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTAINS_UNASSIGNED

public static java.lang.String CONTAINS_UNASSIGNED

CONTAINS_PROHIBITED

public static java.lang.String CONTAINS_PROHIBITED

BIDI_BOTHRAL

public static java.lang.String BIDI_BOTHRAL

BIDI_LTRAL

public static java.lang.String BIDI_LTRAL
Constructor Detail

StringprepException

public StringprepException(java.lang.String m)


Copyright © 2009 Tigase. All Rights Reserved.