org.jboss.seam.exception.control
Class Precedence

java.lang.Object
  extended by org.jboss.seam.exception.control.Precedence

public abstract class Precedence
extends Object

List of possible precedence values.

Author:
Jason Porter

Field Summary
static int BUILT_IN
           
static int DEFAULT
           
static int FRAMEWORK
           
static int HIGH
           
static int LOW
           
 
Constructor Summary
Precedence()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILT_IN

public static final int BUILT_IN
See Also:
Constant Field Values

FRAMEWORK

public static final int FRAMEWORK
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

LOW

public static final int LOW
See Also:
Constant Field Values

HIGH

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

Precedence

public Precedence()


Copyright © 2011 Seam Framework. All Rights Reserved.