|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.lbl.genome.common.VGBException
public class VGBException
Title: VGBException
Description: VGB Exception
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
| 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 |
|---|
public VGBException()
public VGBException(java.lang.String message)
message - String
public VGBException(java.lang.String message,
int code)
message - Stringcode - int| Method Detail |
|---|
public int getCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||