com.evelopers.unimod.core.stateworks
Class StateTypeFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.evelopers.unimod.core.stateworks.StateTypeFormatException
All Implemented Interfaces:
java.io.Serializable

public class StateTypeFormatException
extends java.lang.RuntimeException

Thrown by StateType.parseStateType(String) if given string can't parsed into StateType object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
StateTypeFormatException(java.lang.String message)
          Creates exception.
 
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

StateTypeFormatException

public StateTypeFormatException(java.lang.String message)
Creates exception.

Parameters:
message - error message