|
||||||||||
| 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.starface.integration.uci.java.v30.exceptions.UciException
public class UciException
This exception indicates that that an UCI call could not be completed. There exist different subclasses that differentiate the reason.
| Constructor Summary | |
|---|---|
UciException()
Creates a new UciException |
|
UciException(String message)
Creates a new UciException with the given message. |
|
UciException(String message,
Throwable cause)
Creates a new UciException with the given message and cause. |
|
| 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 UciException()
public UciException(String message)
message - the message of the exception
public UciException(String message,
Throwable cause)
message - the message of the exceptioncause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||