JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class ImmutableEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.table.ImmutableEventException
All Implemented Interfaces:
Serializable

public class ImmutableEventException
extends RuntimeException

ImmutableEventException are thrown when methods in table events are called inappropriately. For example, calling setCancelled after the event has completed.

See Also:
Serialized Form

Constructor Summary
ImmutableEventException()
          Creates a new exception.
ImmutableEventException(String s)
          Creates a new exception.
 
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

ImmutableEventException

public ImmutableEventException()
Creates a new exception.


ImmutableEventException

public ImmutableEventException(String s)
Creates a new exception.

Parameters:
s - the exception message

Copyright © 2004 Quest Software Inc..
All rights reserved.