org.tmapi.core
Class MalformedIRIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tmapi.core.TMAPIRuntimeException
                  extended by org.tmapi.core.MalformedIRIException
All Implemented Interfaces:
java.io.Serializable

public class MalformedIRIException
extends TMAPIRuntimeException

Thrown to indicate that a malformed IRI has occurred.

Version:
$Rev: 97 $ - $Date: 2009-02-06 17:25:36 +0100 (Fr, 06 Feb 2009) $
Author:
TMAPI tmapi.org
See Also:
Serialized Form

Constructor Summary
MalformedIRIException(java.lang.String message)
          Constructs a MalformedIRIException with the specified detail message.
 
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

MalformedIRIException

public MalformedIRIException(java.lang.String message)
Constructs a MalformedIRIException with the specified detail message.

Parameters:
message - The detail message.