public class ErrorCode extends Object
Constructor and Description |
---|
ErrorCode(ErrorType type,
int code,
String shortName,
String description,
FastAlertSeverity severity) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ErrorCode |
getAlertCode(Message alertMsg) |
int |
getCode() |
String |
getDescription() |
FastAlertSeverity |
getSeverity() |
String |
getShortName() |
ErrorType |
getType() |
void |
throwException(String message) |
String |
toString() |
public ErrorCode(ErrorType type, int code, String shortName, String description, FastAlertSeverity severity)
public void throwException(String message)
public int getCode()
public String getDescription()
public String getShortName()
public FastAlertSeverity getSeverity()
public ErrorType getType()
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.