net.sf.seaf.exception
Class SeafRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.seaf.exception.SeafRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotInitializedException, SeafClassLoadingException, SeafConversionException, SeafInitializationException, SeafInstantiationException, SeafInvocationException, SeafTypeResolvingException

public class SeafRuntimeException
extends RuntimeException

The root SEAF runtime exception.

See Also:
Serialized Form

Constructor Summary
SeafRuntimeException(String message)
           
SeafRuntimeException(String message, Throwable cause)
           
 
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

SeafRuntimeException

public SeafRuntimeException(String message,
                            Throwable cause)

SeafRuntimeException

public SeafRuntimeException(String message)


Copyright © 2008-2011 SEAF. All Rights Reserved.