com.continuent.tungsten.common.config
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.continuent.tungsten.common.config.PropertyException
All Implemented Interfaces:
java.io.Serializable

public class PropertyException
extends java.lang.RuntimeException

Represents an error that occurs during property processing such as a datatype violation or a missing required value.

Version:
1.0
Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
PropertyException(java.lang.String msg)
          Creates a new exception with a message.
PropertyException(java.lang.String msg, java.lang.Throwable t)
          Creates a new exception with a message and underlying exception.
 
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

PropertyException

public PropertyException(java.lang.String msg)
Creates a new exception with a message.


PropertyException

public PropertyException(java.lang.String msg,
                         java.lang.Throwable t)
Creates a new exception with a message and underlying exception.