de.starface.integration.uci.java.v30.exceptions
Class UciException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.starface.integration.uci.java.v30.exceptions.UciException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UciIllegalAccessException, UciIllegalArgumentException, UcpCommunicationException, UcpNotConnectedException

public class UciException
extends Exception

This exception indicates that that an UCI call could not be completed. There exist different subclasses that differentiate the reason.

See Also:
Serialized Form

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

UciException

public UciException()
Creates a new UciException


UciException

public UciException(String message)
Creates a new UciException with the given message.

Parameters:
message - the message of the exception

UciException

public UciException(String message,
                    Throwable cause)
Creates a new UciException with the given message and cause.

Parameters:
message - the message of the exception
cause - the cause of the exception


Copyright © 2012 STARFACE GmbH. All rights reserved.