org.owasp.orizon.core
Class Error

java.lang.Object
  extended by org.owasp.orizon.core.Error

public class Error
extends java.lang.Object

This class models error codes and error statement

Since:
1.1
Author:
thesp0nge

Field Summary
static int O_ERR_EMPTY_APP
           
static int O_ERR_INVALID_APP
           
static int O_SUCCESS
           
 
Constructor Summary
Error()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

O_SUCCESS

public static final int O_SUCCESS
See Also:
Constant Field Values

O_ERR_INVALID_APP

public static final int O_ERR_INVALID_APP
See Also:
Constant Field Values

O_ERR_EMPTY_APP

public static final int O_ERR_EMPTY_APP
See Also:
Constant Field Values
Constructor Detail

Error

public Error()