fsmvis.utils
Class NoPropertiesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fsmvis.utils.NoPropertiesException

public class NoPropertiesException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String NO_FILE
           
static java.lang.String NO_PROPERTY
           
 
Constructor Summary
NoPropertiesException()
          constructor: creates a new empty exception with no message
NoPropertiesException(java.lang.String msg)
          Creates a new NoPropertiesException object with the message msg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_FILE

public static final java.lang.String NO_FILE

NO_PROPERTY

public static final java.lang.String NO_PROPERTY
Constructor Detail

NoPropertiesException

public NoPropertiesException()
constructor: creates a new empty exception with no message

NoPropertiesException

public NoPropertiesException(java.lang.String msg)
Creates a new NoPropertiesException object with the message msg
Parameters:
msg - The message in this exception