Package com.iizix.app

Class BuildException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BuildException
    extends java.io.IOException
    Build exception that should not display stack trace.
    Author:
    Christopher Mindus
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      ConstructorDescription
      BuildException​(java.lang.String msg)
      Constructor with 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

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

      • BuildException

        public BuildException​(java.lang.String msg)
        Constructor with message.
        Parameters:
        msg - The build exception message.