Class PropsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PropsException
    extends java.lang.RuntimeException
    An non-recoverable error with Props usage
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropsException​(java.lang.String message)  
      PropsException​(java.lang.String message, java.lang.Throwable cause)  
      PropsException​(java.lang.Throwable cause)  
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropsException

        public PropsException​(java.lang.String message,
                              java.lang.Throwable cause)
      • PropsException

        public PropsException​(java.lang.String message)
      • PropsException

        public PropsException​(java.lang.Throwable cause)