org.teleal.cling.registry
Class RegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.teleal.cling.registry.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException
extends RuntimeException

A recoverable error, thrown if device metadata could not be registered.

Author:
Christian Bauer
See Also:
Serialized Form

Field Summary
 List<ValidationError> errors
           
 
Constructor Summary
RegistrationException(String s)
           
RegistrationException(String s, List<ValidationError> errors)
           
RegistrationException(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

RegistrationException

public RegistrationException(String s)

RegistrationException

public RegistrationException(String s,
                             Throwable throwable)

RegistrationException

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

getErrors

public List<ValidationError> getErrors()


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