net.sf.fikin.pojostate
Class DecorationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.fikin.pojostate.DecorationException
All Implemented Interfaces:
java.io.Serializable

public class DecorationException
extends java.lang.Exception

Indicate an internal error during POJO decoration created on Jul 18, 2005

Since:
Version:
$Revision: 1.2 $
Author:
fiykov
See Also:
Serialized Form

Constructor Summary
DecorationException(java.lang.Exception err)
          new exception with nested exception
DecorationException(java.lang.String msg)
          New exception with given error message
DecorationException(java.lang.String msg, java.lang.Throwable err)
          new exception with given error message and nested 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

DecorationException

public DecorationException(java.lang.String msg)
New exception with given error message

Parameters:
msg -

DecorationException

public DecorationException(java.lang.Exception err)
new exception with nested exception

Parameters:
err -

DecorationException

public DecorationException(java.lang.String msg,
                           java.lang.Throwable err)
new exception with given error message and nested exception

Parameters:
msg -
err -


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.