org.apache.commons.contract
Class Information

java.lang.Object
  extended by org.apache.commons.contract.Information

public class Information
extends Object

Version:
$Revision: 155440 $

Field Summary
static int DEBUG
           
static int ERROR
           
static int INFO
           
static int WARNING
           
 
Constructor Summary
Information(int severity, org.apache.commons.i18n.bundles.ErrorBundle errorMessage, String[] involvedParameters)
           
 
Method Summary
 org.apache.commons.i18n.bundles.ErrorBundle getErrorBundle()
           
 String[] getInvolvedParameters()
           
 int getNumber()
           
 int getSeverity()
           
 boolean isParameterInvolved(String paramterName)
           
 void setNumber(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

ERROR

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

Information

public Information(int severity,
                   org.apache.commons.i18n.bundles.ErrorBundle errorMessage,
                   String[] involvedParameters)
Method Detail

setNumber

public void setNumber(int number)

getNumber

public int getNumber()

getSeverity

public int getSeverity()

getErrorBundle

public org.apache.commons.i18n.bundles.ErrorBundle getErrorBundle()

getInvolvedParameters

public String[] getInvolvedParameters()

isParameterInvolved

public boolean isParameterInvolved(String paramterName)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.