jetif
Class SpecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jetif.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpecException
public SpecException(String msg)
- Construct from error message.
- Parameters:
msg -
SpecException
public SpecException(IOException e)
- Construct from an IOException
- Parameters:
e -
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.