com.threerings.jpkg.ar
Class InvalidMagicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.jpkg.ar.ArchiveException
com.threerings.jpkg.ar.InvalidMagicException
- All Implemented Interfaces:
- Serializable
public class InvalidMagicException
- extends ArchiveException
Thrown when the magic header needed for an ar(1) archive is not present in an existing file.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMagicException
public InvalidMagicException(String reason)
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.