net.sf.crispy.properties
Class PropertiesLoadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.crispy.properties.PropertiesLoadException
All Implemented Interfaces:
java.io.Serializable

public class PropertiesLoadException
extends java.lang.RuntimeException

Exception by loading the property file.

Author:
Linke
See Also:
Serialized Form

Constructor Summary
PropertiesLoadException(java.lang.String pvMsg, java.lang.Throwable pvThrowable)
           
 
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

PropertiesLoadException

public PropertiesLoadException(java.lang.String pvMsg,
                               java.lang.Throwable pvThrowable)


Copyright © 2005-2006 Crispy. All Rights Reserved.