ztex
Class AlreadyConfiguredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ztex.AlreadyConfiguredException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyConfiguredException
extends java.lang.Exception

Thrown if the FPGA is already configured.

See Also:
Serialized Form

Constructor Summary
AlreadyConfiguredException()
          Constructs an instance using a standard message.
AlreadyConfiguredException(java.lang.String msg)
          Constructs an instance from the given input string.
 
Method Summary
 
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

AlreadyConfiguredException

public AlreadyConfiguredException(java.lang.String msg)
Constructs an instance from the given input string.

Parameters:
msg - A message.

AlreadyConfiguredException

public AlreadyConfiguredException()
Constructs an instance using a standard message.