org.apache.commons.id
Class DecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.id.DecoderException
All Implemented Interfaces:
java.io.Serializable

public class DecoderException
extends java.lang.Exception

Thrown when a Decoder has encountered a failure condition during a decode.

Version:
$Id: DecoderException.java 480488 2006-11-29 08:57:26Z bayard $
Author:
Apache Software Foundation
See Also:
Serialized Form

Constructor Summary
DecoderException(java.lang.String pMessage)
          Creates a DecoderException
 
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

DecoderException

public DecoderException(java.lang.String pMessage)
Creates a DecoderException

Parameters:
pMessage - A message with meaning to a human


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.