com.logabit.webtools.patchwork
Class PatchworkConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.logabit.webtools.patchwork.PatchworkConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class PatchworkConfigurationException
extends java.lang.Exception

This exception will be thrown if something went wrong during creation of the patchwork configuration.

Author:
Stephan Niedermeier
See Also:
Serialized Form

Constructor Summary
PatchworkConfigurationException(java.lang.String msg)
           
PatchworkConfigurationException(java.lang.String msg, java.lang.Throwable thr)
           
 
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

PatchworkConfigurationException

public PatchworkConfigurationException(java.lang.String msg,
                                       java.lang.Throwable thr)

PatchworkConfigurationException

public PatchworkConfigurationException(java.lang.String msg)


Copyright © 2007. All Rights Reserved.