Class BootstrapException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BootstrapException
    extends java.lang.RuntimeException
    Exception recognized by bootstrap framework.
    Since:
    0.4.1.4
    Author:
    Pinaki Poddar
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFatal()  
      BootstrapException setFatal​(boolean fatal)  
      • 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

      • BootstrapException

        public BootstrapException()
      • BootstrapException

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

        public BootstrapException​(java.lang.Throwable cause)
      • BootstrapException

        public BootstrapException​(java.lang.String message,
                                  java.lang.Throwable cause)
    • Method Detail

      • isFatal

        public boolean isFatal()