com.faunos.util.net
Class Validators

java.lang.Object
  extended by com.faunos.util.net.Validators

public final class Validators
extends Object

A few categories of Validator are defined here for use in the implementation.

Author:
Babak Farhang

Field Summary
static Validator<IllegalArgumentException> ARG
           
static Validator<HandletException> GENERIC
           
static Validator<HandletStateException> STATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG

public static final Validator<IllegalArgumentException> ARG

STATE

public static final Validator<HandletStateException> STATE

GENERIC

public static final Validator<HandletException> GENERIC


SourceForge.net Logo