Class URIGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.extension.extpts.urigen.URIGenerationException
All Implemented Interfaces:
Serializable

public class URIGenerationException extends Exception
See Also:
  • Constructor Details

    • URIGenerationException

      public URIGenerationException()
    • URIGenerationException

      public URIGenerationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • URIGenerationException

      public URIGenerationException(String message, Throwable cause)
    • URIGenerationException

      public URIGenerationException(String message)
    • URIGenerationException

      public URIGenerationException(Throwable cause)