JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridException

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

public class HiGridException
extends RuntimeException

The HiGridException class generates HiGrid-specific runtime exceptions.

See Also:
Serialized Form

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

HiGridException

public HiGridException()
Creates a new HiGrid exception.


HiGridException

public HiGridException(String s)
Creates a new HiGrid exception.


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