Jetif v1.8.0

jetif
Class SpecException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjetif.SpecException
All Implemented Interfaces:
Serializable

public class SpecException
extends Exception

The SpecException is thrown if an error occurs when load the spec.

Author:
Vicky Wang
See Also:
Serialized Form

Constructor Summary
SpecException(IOException e)
          Construct from an IOException
SpecException(String msg)
          Construct from error message.
 
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

SpecException

public SpecException(String msg)
Construct from error message.

Parameters:
msg -

SpecException

public SpecException(IOException e)
Construct from an IOException

Parameters:
e -

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.