Class CannotCreateLogicLocationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CannotCreateLogicLocationException
    extends java.lang.Exception
    This exception is thrown when the LogicLocation fails to be created
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUri()
      Get the URI that failed to be created
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • CannotCreateLogicLocationException

        public CannotCreateLogicLocationException​(java.lang.String uri)
        Parameters:
        uri - URI that failed to be created
    • Method Detail

      • getUri

        public java.lang.String getUri()
        Get the URI that failed to be created
        Returns:
        URI as a String