com.hp.hpl.jena.enhanced
Class PersonalityConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.enhanced.PersonalityConfigException
All Implemented Interfaces:
java.io.Serializable

public class PersonalityConfigException
extends java.lang.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(java.lang.String msg)
          Constructs an instance of PersonalityConfigException with the specified detail message.
 
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(java.lang.String msg)
Constructs an instance of PersonalityConfigException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.