org.glite.jdl
Class JobAdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glite.jdl.JobAdException
- All Implemented Interfaces:
- Serializable
public class JobAdException
- extends Exception
Manage the exception raised while trying to build/check a JobAd
- Version:
- 0.1
- Author:
- Alessandro Maraschini
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobAdException
public JobAdException(String msg)
- Default Exception Constructor
Particular Exception thrown by Ad and son elements
- Parameters:
msg
- the error reason explanation
JobAdException
public JobAdException(String msg,
Throwable ex)
- Exception Constructor
Particular Exception thrown by Ad and son elements
- Parameters:
msg
- the error reason explanationex
- the throwable root object
Copyright © 2013 EMI - European Middleware Initiative. All Rights Reserved.