org.apache.commons.id.uuid
Class UUIDFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.commons.id.uuid.UUIDFormatException
All Implemented Interfaces:
java.io.Serializable

public class UUIDFormatException
extends java.lang.IllegalArgumentException

Thrown to indicate an attempted to convert a string to a UUID, but that the string does not have the appropriate format.

Version:
$Revision: 480488 $ $Date: 2006-11-29 08:57:26 +0000 (Wed, 29 Nov 2006) $
Author:
Commons-Id Team
See Also:
UUID.toString(), UUID.UUID(String), Serialized Form

Constructor Summary
UUIDFormatException()
          Constructs a UUIDFormatException with no message.
UUIDFormatException(java.lang.String msg)
          Constructs a UUIDFormatException with a message.
 
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

UUIDFormatException

public UUIDFormatException()

Constructs a UUIDFormatException with no message.


UUIDFormatException

public UUIDFormatException(java.lang.String msg)

Constructs a UUIDFormatException with a message.

Parameters:
msg - the String message for this exception.


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