rs.sol.soloist.server.guiconfiguration.construction
Class IllegalComponentStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by rs.sol.soloist.server.guiconfiguration.construction.IllegalComponentStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalComponentStateException
extends java.lang.RuntimeException

An exception thrown when widgets are misconfigured.

Author:
SOL Expert Group
See Also:
Serialized Form

Constructor Summary
IllegalComponentStateException(IClassifierInstance source, java.lang.String message)
           
IllegalComponentStateException(IClassifierInstance source, java.lang.String message, java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalComponentStateException

public IllegalComponentStateException(IClassifierInstance source,
                                      java.lang.String message,
                                      java.lang.Throwable cause)

IllegalComponentStateException

public IllegalComponentStateException(IClassifierInstance source,
                                      java.lang.String message)