applicationlayer
Class CRunTimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by applicationlayer.CRunTimeException
All Implemented Interfaces:
java.io.Serializable

public class CRunTimeException
extends java.lang.RuntimeException

Výjimka za běhu programu.

See Also:
Serialized Form

Constructor Summary
CRunTimeException(java.lang.String message)
          Vytvoří novou instanci CFloatRuntimeException se zadanou zprávou.
 
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

CRunTimeException

public CRunTimeException(java.lang.String message)
Vytvoří novou instanci CFloatRuntimeException se zadanou zprávou.

Parameters:
message - zpráva výjimky.