Package com.iizix.app

Class BuildException

All Implemented Interfaces:
Serializable

public class BuildException extends IOException
Build exception that should not display stack trace.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • BuildException

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