org.jboss.solder.exception.control
Class Precedence
java.lang.Object
org.jboss.solder.exception.control.Precedence
public abstract class Precedence
- extends Object
List of possible precedence values.
- Author:
- Jason Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Precedence
public Precedence()
Copyright © 2011 Seam Framework. All Rights Reserved.