| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.dcm4che2.hp.spi.ServiceConfigurationError
public class ServiceConfigurationError
Error thrown when something goes wrong while looking up service providers. In particular, this error will be thrown in the following situations:
| Constructor Summary | |
|---|---|
| ServiceConfigurationError(java.lang.String msg)Constructs a new instance with the specified detail string. | |
| ServiceConfigurationError(java.lang.Throwable x)Constructs a new instance that wraps the specified throwable. | |
| Method Summary | 
|---|
| 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 | 
|---|
public ServiceConfigurationError(java.lang.String msg)
public ServiceConfigurationError(java.lang.Throwable x)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||