com.cc.framework.common
Class InvalidEnumType

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.cc.framework.common.InvalidEnumType
All Implemented Interfaces:
java.io.Serializable

public class InvalidEnumType
extends java.lang.RuntimeException

This exception is thrown by enumeration classes which try to parse and convert arguments to there internal type

Since:
1.0
Version:
$Revision: 1.13 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidEnumType()
          Constructor for InvalidEnumType
InvalidEnumType(java.lang.String message)
          Constructor for InvalidEnumType
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

InvalidEnumType

public InvalidEnumType()
Constructor for InvalidEnumType


InvalidEnumType

public InvalidEnumType(java.lang.String message)
Constructor for InvalidEnumType

Parameters:
message - the detail message for this exception.


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.