|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.lmu.ifi.dbs.elki.utilities.exceptions.UnableToComplyException
public class UnableToComplyException

General Exception to state inability to execute an operation.
| Constructor Summary | |
|---|---|
UnableToComplyException()
Exception to state inability to execute an operation. |
|
UnableToComplyException(String message)
Exception to state inability to execute an operation. |
|
UnableToComplyException(String message,
Throwable cause)
Exception to state inability to execute an operation. |
|
UnableToComplyException(Throwable cause)
Exception to state inability to execute an operation. |
|
| 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 UnableToComplyException()
public UnableToComplyException(String message)
message - a message to describe cause of exception
public UnableToComplyException(String message,
Throwable cause)
message - a message to describe cause of exceptioncause - cause of exceptionpublic UnableToComplyException(Throwable cause)
cause - cause of exception
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||