org.utgenome
Class UTGBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.utgenome.UTGBException
- All Implemented Interfaces:
- Serializable
public class UTGBException
- extends Exception
A UTGBException is a base class for all exception classes in the org.utgb packages
- Author:
- leo
- See Also:
- Serialized Form
UTGBException
public UTGBException(String message)
UTGBException
public UTGBException(Throwable cause)
UTGBException
public UTGBException(String message,
Throwable cause)
UTGBException
public UTGBException(UTGBErrorCode errorCode)
UTGBException
public UTGBException(UTGBErrorCode errorCode,
Throwable cause)
UTGBException
public UTGBException(UTGBErrorCode errorCode,
String message,
Throwable cause)
UTGBException
public UTGBException(UTGBErrorCode errorCode,
String message)
getErrorCode
public UTGBErrorCode getErrorCode()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
convert
public static UTGBException convert(Exception e)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.