VASSAL.build
Class IllegalBuildException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--VASSAL.build.IllegalBuildException
All Implemented Interfaces:
java.io.Serializable

public class IllegalBuildException
extends java.lang.RuntimeException

An Exception indicating that an illegal operation was performed when building a Buildable component

See Also:
Serialized Form

Constructor Summary
IllegalBuildException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

IllegalBuildException

public IllegalBuildException(java.lang.String s)