org.edg.data.reptor.storage
Class InvalidSETypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
                          |
                          +--org.edg.data.reptor.storage.InvalidSETypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSETypeException
extends ReptorException

Exception thrown if a specified SE type is not recognized

Version:
$Id $
Author:
Peter Kunszt
See Also:
Serialized Form

Constructor Summary
InvalidSETypeException(int type)
          Constructs a InvalidSETypeException.
InvalidSETypeException(java.lang.String type)
          Constructs a InvalidSETypeException.
 
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

InvalidSETypeException

public InvalidSETypeException(int type)
Constructs a InvalidSETypeException.

Parameters:
type - The integer type that was not recognized.

InvalidSETypeException

public InvalidSETypeException(java.lang.String type)
Constructs a InvalidSETypeException.

Parameters:
type - The String type that was not recognized.