peer2me.exception
Class HexConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by peer2me.exception.HexConversionException
All Implemented Interfaces:
java.io.Serializable

public class HexConversionException
extends java.lang.Exception

This class represents an exception thrown when the conversion from ASCII to HEX goes wrong.

Author:
Tommy Bjoernsgaard
See Also:
Serialized Form

Constructor Summary
HexConversionException()
          Default constructor
HexConversionException(java.lang.String message)
          Default 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HexConversionException

public HexConversionException()
Default constructor


HexConversionException

public HexConversionException(java.lang.String message)
Default constructor

Parameters:
message - A String sent to the super-constructor.