Class PersonalityConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.enhanced.PersonalityConfigException
All Implemented Interfaces:
Serializable

public class PersonalityConfigException extends RuntimeException
Exception denoting that a personality is misconfigured in some way.
See Also:
  • Constructor Details

    • PersonalityConfigException

      public PersonalityConfigException()
      Creates a new instance of PersonalityConfigException without detail message.
    • PersonalityConfigException

      public PersonalityConfigException(String msg)
      Constructs an instance of PersonalityConfigException with the specified detail message.
      Parameters:
      msg - the detail message.