edu.unh.sdb.common
Class IllegalArgumentError

java.lang.Object
  extended by edu.unh.sdb.common.SDBError
      extended by edu.unh.sdb.common.IllegalArgumentError

public class IllegalArgumentError
extends SDBError


Field Summary
 
Fields inherited from class edu.unh.sdb.common.SDBError
AlwaysThrow, exceptionObject, Fatal, NeverThrow, Recoverable, throwerIndex, ThrowFatalOnly, Warning
 
Constructor Summary
IllegalArgumentError(int errorLevel, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class edu.unh.sdb.common.SDBError
getErrorReportingLevel, logError, setErrorReportingLevel, shouldThrowException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IllegalArgumentError

public IllegalArgumentError(int errorLevel,
                            java.lang.String message)