com.threerings.jpkg.ar
Class ArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.jpkg.ar.ArchiveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataTooLargeException, InvalidMagicException, PathnameInvalidException, PathnameTooLongException

public class ArchiveException
extends Exception

The base class for all exceptions thrown by the Archive class.

See Also:
Serialized Form

Constructor Summary
ArchiveException(String reason)
           
 
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

ArchiveException

public ArchiveException(String reason)


Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.