cz.cuni.amis.pogamut.unreal.t3dgenerator
Class T3dGeneratorException

Package class diagram package T3dGeneratorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.T3dGeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPropertyValueException

public class T3dGeneratorException
extends RuntimeException

Exception raised while generating T3d.

Author:
Martin Cerny
See Also:
Serialized Form

Constructor Summary
T3dGeneratorException()
           
T3dGeneratorException(String message)
           
T3dGeneratorException(String message, Throwable cause)
           
T3dGeneratorException(Throwable 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

T3dGeneratorException

public T3dGeneratorException(Throwable cause)

T3dGeneratorException

public T3dGeneratorException(String message,
                             Throwable cause)

T3dGeneratorException

public T3dGeneratorException(String message)

T3dGeneratorException

public T3dGeneratorException()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.