DCT Lightfoot v3 API specification

java.lang
Class IllegalStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalStateException

public class IllegalStateException
extends RuntimeException

Illegal state exception


Field Summary
 
Fields inherited from class java.lang.Throwable
stackTrace
 
Constructor Summary
IllegalStateException()
          Create a new illegal state exception
IllegalStateException(java.lang.String msg)
          Create a new illegal state exception with a message
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException()
Create a new illegal state exception


IllegalStateException

public IllegalStateException(java.lang.String msg)
Create a new illegal state exception with a message

Parameters:
msg - The message

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification