Class PersonalityConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PersonalityConfigException
    extends java.lang.RuntimeException
    Exception denoting that a personality is misconfigured in some way.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      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.
    • Method Summary

      • 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

        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.