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:
Serializable

public class StringprepException
extends Exception

Exception handling for StringPrep class.

See Also:
Serialized Form

Field Summary
static String BIDI_BOTHRAL
           
static String BIDI_LTRAL
           
static String CONTAINS_PROHIBITED
           
static String CONTAINS_UNASSIGNED
           
 
Constructor Summary
StringprepException(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 String CONTAINS_UNASSIGNED

CONTAINS_PROHIBITED

public static String CONTAINS_PROHIBITED

BIDI_BOTHRAL

public static String BIDI_BOTHRAL

BIDI_LTRAL

public static String BIDI_LTRAL
Constructor Detail

StringprepException

public StringprepException(String m)


Copyright © 2012 Tigase. All Rights Reserved.