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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.starface.integration.uci.java.v30.exceptions.UciException
              extended by de.starface.integration.uci.java.v30.exceptions.UciIllegalArgumentException
All Implemented Interfaces:
Serializable

public class UciIllegalArgumentException
extends UciException

This exception indicates that that an argument given in a UCI request was invalid.

See Also:
Serialized Form

Constructor Summary
UciIllegalArgumentException()
          Creates a new UciIllegalArgumentException
UciIllegalArgumentException(String message)
          Creates a new UciIllegalArgumentException with the given message.
UciIllegalArgumentException(String message, Throwable cause)
          Creates a new UciIllegalArgumentException 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

UciIllegalArgumentException

public UciIllegalArgumentException()
Creates a new UciIllegalArgumentException


UciIllegalArgumentException

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

Parameters:
message - the message of the exception

UciIllegalArgumentException

public UciIllegalArgumentException(String message,
                                   Throwable cause)
Creates a new UciIllegalArgumentException 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.