net.sf.jameleon.exception
Class JameleonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

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.