com.cult3d.world
Class PropertyFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.cult3d.world.PropertyFormatException

public class PropertyFormatException
extends java.lang.RuntimeException

This exception is thrown when a property can't be converted to a specified type.

Since:
Cult3D 5.2
See Also:
Serialized Form

Constructor Summary
PropertyFormatException()
           
PropertyFormatException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyFormatException

public PropertyFormatException()
Since:
Cult3D 5.2

PropertyFormatException

public PropertyFormatException(java.lang.String s)
Since:
Cult3D 5.2