com.melloware.jukes.exception
Class JukesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
com.melloware.jukes.exception.JukesException
- All Implemented Interfaces:
- Serializable, org.apache.commons.lang.exception.Nestable
- Direct Known Subclasses:
- MusicTagException, WebServiceException, WindowsTrayException
public class JukesException
- extends org.apache.commons.lang.exception.NestableException
Base Exception for all wrapped exceptions in PUYJ.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0
- Author:
- Emil A. Lefkof III
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
JukesException
public JukesException()
- Default Constructor
JukesException
public JukesException(String aMessage)
- Constructor that takes a message.
- Parameters:
aMessage - the message to contain
JukesException
public JukesException(String aMessage,
Throwable aThrowable)
- Constructor takes a message and exception.
- Parameters:
aMessage - the messageaThrowable - the wrapped exception
JukesException
public JukesException(Throwable aThrowable)
- Constructor that wraps another exception.
- Parameters:
aThrowable -
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.