com.hp.hpl.jena.iri
Class MalformedIDNException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.MalformedURLException
                  extended by com.hp.hpl.jena.iri.MalformedIDNException
All Implemented Interfaces:
Serializable

public final class MalformedIDNException
extends MalformedURLException

The underlying IDN library detected an error in the Internationalized Domain Name in an IRI.

Author:
Jeremy J. Carroll
See Also:
Serialized Form

Constructor Summary
MalformedIDNException(com.ibm.icu.text.StringPrepParseException e)
          Constructor not part of API.
 
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

MalformedIDNException

public MalformedIDNException(com.ibm.icu.text.StringPrepParseException e)
Constructor not part of API.

Parameters:
e - Underlying cause.


Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP