IAIK High-Level API
version 1.1

iaik.hlapi
Class HlApiRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by iaik.hlapi.HlApiRuntimeException
All Implemented Interfaces:
Serializable

public class HlApiRuntimeException
extends RuntimeException

Classes of this package use this class to signal runtime exceptions.

See Also:
Serialized Form

Constructor Summary
HlApiRuntimeException(String s)
          Constructor taking a message string.
HlApiRuntimeException(String s, Throwable cause)
          Constructor taking a message string and a lower-level exception.
 
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

HlApiRuntimeException

public HlApiRuntimeException(String s)
Constructor taking a message string.

Parameters:
s - The message.

HlApiRuntimeException

public HlApiRuntimeException(String s,
                             Throwable cause)
Constructor taking a message string and a lower-level exception.

Parameters:
s - The message.
cause - The inner exception.

IAIK High-Level API
version 1.1

Copyright © 2007, IAIK, Graz University of Technology
Copyright © 2007, Stiftung SIC