List of usage examples for java.lang Error subclass-usage
From source file cn.com.sinosoft.util.exception.NestableError.java
/**
* The base class of all errors which can contain other exceptions.
*
* @author Daniel L. Rall
* @see org.apache.commons.lang.exception.NestableException
* @since 1.0
From source file org.eleusoft.uri.apache.HttpClientError.java
/**
* Signals that an error has occurred.
*
* @author Ortwin Gl?ck
* @version $Revision: 1.1 $ $Date: 2007/07/10 18:19:30 $
* @since 3.0
From source file com.thoughtworks.go.security.AuthSSLInitializationError.java
/**
* <p>
* Signals fatal error in initialization of {@link AuthSSLProtocolSocketFactory}.
* </p>
*
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>