br.com.tempest.sentinelapi
Class DomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by br.com.tempest.sentinelapi.DomainException
All Implemented Interfaces:
Serializable

public class DomainException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DomainException(List<Error> errors)
           
 
Method Summary
 List<Error> getErrors()
           
 void setErrors(List<Error> errors)
           
 
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
 

Constructor Detail

DomainException

public DomainException(List<Error> errors)
Method Detail

getErrors

public List<Error> getErrors()

setErrors

public void setErrors(List<Error> errors)


Copyright © 2015. All rights reserved.