uk.co.flamingpenguin.jewel
Class JewelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.flamingpenguin.jewel.JewelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentValidationException

Deprecated. please use classes in package com.lexicalscope.jewel instead

@Deprecated
public class JewelException
extends Exception

Superclass of all Jewel Exceptions

Author:
Tim Wood
See Also:
Serialized Form

Constructor Summary
JewelException()
          Deprecated. A new exception with no message
JewelException(String message)
          Deprecated. A new exception with the given message
JewelException(String message, Throwable cause)
          Deprecated. A new exception with the given message and cause
JewelException(Throwable cause)
          Deprecated. A new exception with the given 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JewelException

public JewelException()
Deprecated. 
A new exception with no message


JewelException

public JewelException(String message,
                      Throwable cause)
Deprecated. 
A new exception with the given message and cause

Parameters:
message - The message
cause - The cause

JewelException

public JewelException(String message)
Deprecated. 
A new exception with the given message

Parameters:
message - The message

JewelException

public JewelException(Throwable cause)
Deprecated. 
A new exception with the given cause

Parameters:
cause - The cause


Copyright © 2006-2012 lexicalscope. All Rights Reserved.