gran.exception
Class GranException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygran.exception.GranException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UserException

public class GranException
extends java.lang.Exception

General TrackStudio error

Version:
$Revision: 1.1.1.1.2.11 $
Author:
$Author: ddudikov $
See Also:
Serialized Form

Constructor Summary
GranException()
           
GranException(java.lang.Exception e)
           
GranException(java.lang.Exception e, java.lang.String s)
           
GranException(java.lang.String str)
           
 
Method Summary
 java.lang.Exception getTSCause()
           
 
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

GranException

public GranException()

GranException

public GranException(java.lang.Exception e)

GranException

public GranException(java.lang.String str)

GranException

public GranException(java.lang.Exception e,
                     java.lang.String s)
Method Detail

getTSCause

public java.lang.Exception getTSCause()


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.