com.ice.config
Class InvalidSpecificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ice.config.InvalidSpecificationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSpecificationException
extends java.lang.Exception

This exception is used to indicate that there is a problem with a TAR archive header.

See Also:
Serialized Form

Constructor Summary
InvalidSpecificationException()
           
InvalidSpecificationException(java.lang.String msg)
           
 
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

InvalidSpecificationException

public InvalidSpecificationException()

InvalidSpecificationException

public InvalidSpecificationException(java.lang.String msg)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.