de.uni_paderborn.robots.robotArenaInterface.proxy
Class ProxyFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.uni_paderborn.robots.robotArenaInterface.proxy.ProxyFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ProxyFactoryException
extends java.lang.Exception

An exception that provides information on errors occurred in the ProxyFactory.

See Also:
ProxyFactory, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ProxyFactoryException()
          Constructs an ProxyFactoryException object; the reason defaults to null.
ProxyFactoryException(java.lang.String errorMessage)
          Constructs an ProxyFactoryException object with the given reason.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProxyFactoryException

public ProxyFactoryException()
Constructs an ProxyFactoryException object; the reason defaults to null.

ProxyFactoryException

public ProxyFactoryException(java.lang.String errorMessage)
Constructs an ProxyFactoryException object with the given reason.
Parameters:
errorMessage - a description of the error