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:
java.io.Serializable

public final class MalformedIDNException
extends java.net.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(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedIDNException

public MalformedIDNException(StringPrepParseException e)
Constructor not part of API.

Parameters:
e - Underlying cause.