de.flexiprovider.common.exceptions
Class InvalidCurveTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.flexiprovider.common.exceptions.ECException
                          |
                          +--de.flexiprovider.common.exceptions.InvalidCurveTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCurveTypeException
extends ECException

This exception is thrown, if the given object identifier of a curve cannot be found.

Author:
Birgit Henhapl
See Also:
EllipticCurveGFP, PointGFP, Serialized Form

Constructor Summary
InvalidCurveTypeException()
          Constructs an InvalidCurveTypeException with no detail message.
InvalidCurveTypeException(java.lang.String msg)
          Constructs an InvalidCurveTypeException with detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCurveTypeException

public InvalidCurveTypeException()
Constructs an InvalidCurveTypeException with no detail message. A detail message is a String that describes this particular exception.

InvalidCurveTypeException

public InvalidCurveTypeException(java.lang.String msg)
Constructs an InvalidCurveTypeException with detail message. The message tells the user, that that particular object identifier could not be found.
Parameters:
msg - the filename in which the oid is looked for