org.teleal.cling.model
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teleal.cling.model.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

See Also:
Serialized Form

Field Summary
 List<ValidationError> errors
           
 
Constructor Summary
ValidationException(String s)
           
ValidationException(String s, List<ValidationError> errors)
           
ValidationException(String s, Throwable throwable)
           
 
Method Summary
 List<ValidationError> getErrors()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errors

public List<ValidationError> errors
Constructor Detail

ValidationException

public ValidationException(String s)

ValidationException

public ValidationException(String s,
                           Throwable throwable)

ValidationException

public ValidationException(String s,
                           List<ValidationError> errors)
Method Detail

getErrors

public List<ValidationError> getErrors()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.