java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.enhanced.PersonalityConfigException
- All Implemented Interfaces:
Serializable
Exception denoting that a personality is misconfigured in some way.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofPersonalityConfigException
without detail message.Constructs an instance ofPersonalityConfigException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersonalityConfigException
public PersonalityConfigException()Creates a new instance ofPersonalityConfigException
without detail message. -
PersonalityConfigException
Constructs an instance ofPersonalityConfigException
with the specified detail message.- Parameters:
msg
- the detail message.
-