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

Package class diagram package InvalidPropertyValueException
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
                  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.InvalidPropertyValueException
All Implemented Interfaces:
Serializable

public class InvalidPropertyValueException
extends T3dGeneratorException

Thrown when a value of property of serialized object is not valid for serialization.

Author:
Martin Cerny
See Also:
Serialized Form

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

InvalidPropertyValueException

public InvalidPropertyValueException()

InvalidPropertyValueException

public InvalidPropertyValueException(String message)

InvalidPropertyValueException

public InvalidPropertyValueException(String message,
                                     Throwable cause)

InvalidPropertyValueException

public InvalidPropertyValueException(Throwable cause)


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