Class PropertyError

  • All Implemented Interfaces:
    java.io.Serializable, NestedThrowable

    public class PropertyError
    extends NestedError
    Thrown to indicate a fatal problem with the property system.
    Version:
    $Revision$
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The serialVersionUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyError

        public PropertyError​(java.lang.String msg)
        Construct a PropertyError with the specified detail message.
        Parameters:
        msg - Detail message.
      • PropertyError

        public PropertyError​(java.lang.String msg,
                             java.lang.Throwable nested)
        Construct a PropertyError with the specified detail message and nested Throwable.
        Parameters:
        msg - Detail message.
        nested - Nested Throwable.
      • PropertyError

        public PropertyError​(java.lang.Throwable nested)
        Construct a PropertyError with the specified nested Throwable.
        Parameters:
        nested - Nested Throwable.
      • PropertyError

        public PropertyError()
        Construct a PropertyError with no detail.