biz.hammurapi.convert
Class DecorationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.hammurapi.RuntimeException
                  extended by biz.hammurapi.convert.DecorationException
All Implemented Interfaces:
java.io.Serializable

public class DecorationException
extends RuntimeException

Version:
$Revision: 1.1 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
DecorationException()
           
DecorationException(java.lang.String message)
           
DecorationException(java.lang.String message, java.lang.Throwable cause)
           
DecorationException(java.lang.Throwable cause)
           
 
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

DecorationException

public DecorationException()

DecorationException

public DecorationException(java.lang.String message)
Parameters:
message -

DecorationException

public DecorationException(java.lang.Throwable cause)
Parameters:
cause -

DecorationException

public DecorationException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2003 Hammurapi Group. All Rights Reserved.