cz.zcu.fav.kiv.editor.graphics.intro
Class IntroException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.zcu.fav.kiv.editor.graphics.intro.IntroException
All Implemented Interfaces:
java.io.Serializable

public class IntroException
extends java.lang.Exception

The IntroException class is used for reporting errors generated in the intro frame during loading configuration files.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova
See Also:
Serialized Form

Constructor Summary
IntroException()
          Initializes a newly created empty IntroException.
 
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

IntroException

public IntroException()
Initializes a newly created empty IntroException.