com.hp.hpl.jena.enhanced
Class PersonalityConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.enhanced.PersonalityConfigException
All Implemented Interfaces:
Serializable

public class PersonalityConfigException
extends RuntimeException

Exception denoting that a personality is misconfigured in some way.

Author:
Jeremy Carroll
See Also:
Serialized Form

Constructor Summary
PersonalityConfigException()
          Creates a new instance of PersonalityConfigException without detail message.
PersonalityConfigException(String msg)
          Constructs an instance of PersonalityConfigException 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Licenced under the Apache License, Version 2.0