com.fernsroth.squashfs.exception
Class NestedSquashFSExcception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fernsroth.squashfs.exception.SquashFSException
              extended by com.fernsroth.squashfs.exception.NestedSquashFSExcception
All Implemented Interfaces:
java.io.Serializable

public class NestedSquashFSExcception
extends SquashFSException

Author:
Joseph M. Ferner (Near Infinity Corporation)
See Also:
Serialized Form

Constructor Summary
NestedSquashFSExcception(java.lang.String message, java.lang.Throwable cause)
          constructor.
 
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

NestedSquashFSExcception

public NestedSquashFSExcception(java.lang.String message,
                                java.lang.Throwable cause)
constructor.

Parameters:
message - the message.
cause - the cause.


Copyright © 2006 null. All Rights Reserved.