ch.panter.li.bi.asn.api
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.panter.li.bi.asn.api.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

An exception that gets thrown when there are unresolved validation items.

See Also:
Serialized Form

Constructor Summary
ValidationException(ValidationInfo info)
          Creates a new instance with the given info.
 
Method Summary
 ValidationInfo getInfo()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(ValidationInfo info)
Creates a new instance with the given info.

Parameters:
info - the info
Method Detail

getInfo

public final ValidationInfo getInfo()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright 2007-2007 SourceForge. All Rights Reserved.