org.milyn.cdr
Class ParameterDecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.milyn.cdr.ParameterDecodeException
All Implemented Interfaces:
Serializable

public class ParameterDecodeException
extends RuntimeException

Unable to decode smooks-resource parameter value.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
ParameterDecodeException(String message)
          Public constructor.
ParameterDecodeException(String message, Throwable cause)
          Public constructor.
 
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

ParameterDecodeException

public ParameterDecodeException(String message)
Public constructor.

Parameters:
message - Exception message.

ParameterDecodeException

public ParameterDecodeException(String message,
                                Throwable cause)
Public constructor.

Parameters:
message - Exception message.
cause - Exception cause.


Copyright © 2008. All Rights Reserved.