net.sf.seaf.exception
Class SeafRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SeafRuntimeException
public SeafRuntimeException(String message,
Throwable cause)
SeafRuntimeException
public SeafRuntimeException(String message)
Copyright © 2008-2011 SEAF. All Rights Reserved.