com.triadsoft.properties.model
Class PropertyError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.triadsoft.properties.model.PropertyError
All Implemented Interfaces:
java.io.Serializable

public class PropertyError
extends java.lang.Error

See Also:
Serialized Form

Field Summary
static int INVALID_KEY
           
static int VOID_VALUE
           
 
Constructor Summary
PropertyError(int errorType, java.lang.String message)
           
 
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
 

Field Detail

INVALID_KEY

public static final int INVALID_KEY
See Also:
Constant Field Values

VOID_VALUE

public static final int VOID_VALUE
See Also:
Constant Field Values
Constructor Detail

PropertyError

public PropertyError(int errorType,
                     java.lang.String message)