org.teleal.cling.registry
Class RegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
errors
public List<ValidationError> errors
RegistrationException
public RegistrationException(String s)
RegistrationException
public RegistrationException(String s,
Throwable throwable)
RegistrationException
public RegistrationException(String s,
List<ValidationError> errors)
getErrors
public List<ValidationError> getErrors()
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.