JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCTableException

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

public class JCTableException
extends RuntimeException

Generates Table specific runtime exceptions.

See Also:
Serialized Form

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

JCTableException

public JCTableException()
Creates a new table exception.


JCTableException

public JCTableException(String s)
Creates a new table exception.

Parameters:
s - the exception message

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