org.mindswap.owls.validator
Class OWLSValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mindswap.owls.validator.OWLSValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class OWLSValidationException
- extends java.lang.Exception
Title:
Description:
Copyright: Copyright (c) 2005
Company: Mindswap (htp://www.mindswap.org)
- Version:
- 1.0
- Author:
- Michael Grove
- See Also:
- Serialized Form
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ERROR_PARSE
public static final int ERROR_PARSE
- See Also:
- Constant Field Values
ERROR_FILE_NOT_FOUND
public static final int ERROR_FILE_NOT_FOUND
- See Also:
- Constant Field Values
OWLSValidationException
public OWLSValidationException(int theId,
java.lang.String theMsg)
getId
public int getId()
createParseException
public static OWLSValidationException createParseException(java.lang.String theMsg)
createFileNotFoundException
public static OWLSValidationException createFileNotFoundException(java.lang.String theMsg)
Copyright © 2004 Evren Sirin. All Rights Reserved.