com.hp.hpl.jena.iri.impl
Class IRIImplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.iri.IRIException
                  extended by com.hp.hpl.jena.iri.impl.IRIImplException
All Implemented Interfaces:
Serializable

public class IRIImplException
extends IRIException

See Also:
Serialized Form

Constructor Summary
IRIImplException(Violation e)
           
 
Method Summary
 String getMessage()
           
 Violation getViolation()
          Access details of the error in the IRI being processed.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IRIImplException

public IRIImplException(Violation e)
Method Detail

getViolation

public Violation getViolation()
Description copied from class: IRIException
Access details of the error in the IRI being processed.

Specified by:
getViolation in class IRIException
Returns:
The error that caused this exception

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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