com.threerings.jpkg.ar
Class DataTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.jpkg.ar.ArchiveException
              extended by com.threerings.jpkg.ar.DataTooLargeException
All Implemented Interfaces:
Serializable

public class DataTooLargeException
extends ArchiveException

Thrown when the data being added to an Archive has a size larger than can be stored in a 32 bit integer meaning that it cannot be added to an ar(1) archive.

See Also:
Serialized Form

Constructor Summary
DataTooLargeException(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

DataTooLargeException

public DataTooLargeException(String reason)


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