Package ipsk.util

Class IllegalStateException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalStateException
    extends java.lang.Exception
    Thrown if a method calls an object in the wrong state. The object cannot handle the method request.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • IllegalStateException

        public IllegalStateException()