net.sf.jameleon.exception
Class JameleonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jameleon.exception.JameleonException
- All Implemented Interfaces:
- Serializable
public class JameleonException
- extends RuntimeException
A RuntimeException that is noted as being handled by Jameleon.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JameleonException
public JameleonException()
JameleonException
public JameleonException(String errorMsg)
JameleonException
public JameleonException(Throwable cause)
JameleonException
public JameleonException(String errorMsg,
Throwable cause)
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.