gov.lbl.genome.common
Class VGBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.lbl.genome.common.VGBException
All Implemented Interfaces:
java.io.Serializable

public class VGBException
extends java.lang.Exception

Title: VGBException

Description: VGB Exception

Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory

Company: LBNL

See Also:
Serialized Form

Constructor Summary
VGBException()
          VGBException
VGBException(java.lang.String message)
          VGBException
VGBException(java.lang.String message, int code)
          VGBException
 
Method Summary
 int getCode()
          get Exception Code
 
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

VGBException

public VGBException()
VGBException


VGBException

public VGBException(java.lang.String message)
VGBException

Parameters:
message - String

VGBException

public VGBException(java.lang.String message,
                    int code)
VGBException

Parameters:
message - String
code - int
Method Detail

getCode

public int getCode()
get Exception Code

Returns:
int