org.mindswap.owls.validator
Class OWLSValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int ERROR_FILE_NOT_FOUND
           
static int ERROR_PARSE
           
 
Constructor Summary
OWLSValidationException(int theId, java.lang.String theMsg)
           
 
Method Summary
static OWLSValidationException createFileNotFoundException(java.lang.String theMsg)
           
static OWLSValidationException createParseException(java.lang.String theMsg)
           
 int getId()
           
 
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
 

Field Detail

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
Constructor Detail

OWLSValidationException

public OWLSValidationException(int theId,
                               java.lang.String theMsg)
Method Detail

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.