Package VASSAL.build

Class IllegalBuildException

All Implemented Interfaces:
Serializable

public class IllegalBuildException
extends RuntimeException
An Exception indicating that an illegal operation was performed when building a Buildable component.
See Also:
Serialized Form
  • Constructor Details

    • IllegalBuildException

      public IllegalBuildException​(String s)
    • IllegalBuildException

      public IllegalBuildException​(Throwable t)
    • IllegalBuildException

      public IllegalBuildException​(String s, Throwable t)