Package com.sun.tools.corba.ee.idl
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.corba.ee.idl.ParseException
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message) Constructor: print the supplied message to Standard.err and create a new ParseExceptionParseException(String message, boolean onlyAWarning) Constructor: print the supplied message to Standard.err, if it is not a warning, and create a new ParseException. -
Method Summary
Modifier and TypeMethodDescription(package private) static ParseExceptionabstractValueBox(Scanner scanner) (package private) static ParseExceptionalreadyDeclared(Scanner scanner, String type) (package private) static ParseExceptionalreadyDefaulted(Scanner scanner) (package private) static ParseExceptionalreadyDerived(Scanner scanner, String derived, String iface) (package private) static ParseExceptionalreadyRaised(Scanner scanner, String exception) private static ParseExceptionprivate static ParseExceptionprivate static ParseExceptionarg1Warning(String msgId, Scanner scanner, String arg1) private static ParseExceptionprivate static ParseException(package private) static ParseExceptionattributeNotType(Scanner scanner, String attr) (package private) static ParseExceptionbadAbstract(Scanner scanner, String name) (package private) static ParseException(package private) static ParseExceptionbadRepIDAlreadyAssigned(Scanner scanner, String entry) (package private) static ParseExceptionbadRepIDForm(Scanner scanner, String entry) (package private) static ParseExceptionbadRepIDPrefix(Scanner scanner, String entry, String expected, String got) (package private) static ParseException(package private) static ParseExceptionbranchLabel(Scanner scanner, String label) (package private) static ParseExceptionbranchName(Scanner scanner, String name) (package private) static ParseExceptiondeclNotInSameFile(Scanner scanner, String type, String firstFile) (package private) static ParseExceptiondeprecatedKeywordWarning(Scanner scanner, String id) (package private) static ParseExceptionduplicateInit(Scanner scanner) (package private) static ParseExceptionduplicateState(Scanner scanner, String name) (package private) static ParseException(package private) static ParseException(package private) static ParseExceptionevaluationError(Scanner scanner, String problem) (package private) static ParseExceptionforwardedValueBox(Scanner scanner, String name) (package private) static ParseExceptionforwardEntry(Scanner scanner, String name) (package private) static ParseException(package private) static ParseExceptionillegalArray(Scanner scanner, String name) (package private) static ParseExceptionillegalException(Scanner scanner, String name) (package private) static ParseExceptionillegalForwardInheritance(Scanner scanner, String declName, String baseName) (package private) static ParseExceptionillegalIncompleteTypeReference(Scanner scanner, String declName) (package private) static ParseExceptioninvalidConst(Scanner scanner, String type) (package private) static ParseExceptioninvalidConst(Scanner scanner, String mustBe, String is) (package private) static ParseExceptionkeywordCollision(Scanner scanner, String id) (package private) static ParseExceptionkeywordCollisionWarning(Scanner scanner, String id) (package private) static ParseExceptionmethodClash(Scanner scanner, String interf, String method) (package private) static ParseExceptionmoduleNotType(Scanner scanner, String module) (package private) static ParseExceptionnestedValueBox(Scanner scanner) (package private) static ParseException(package private) static ParseExceptionnonAbstractParent(Scanner scanner, String baseClass, String parentClass) (package private) static ParseExceptionnonAbstractParent2(Scanner scanner, String baseClass, String parentClass) (package private) static ParseExceptionnonAbstractParent3(Scanner scanner, String baseClass, String parentClass) (package private) static ParseExceptionnotANumber(Scanner scanner, String notNumber) (package private) static ParseException(package private) static ParseExceptionnotPositiveInt(Scanner scanner, String notPosInt) (package private) static ParseException(package private) static ParseExceptionoperationNotType(Scanner scanner, String op) (package private) static ParseExceptionoutOfRange(Scanner scanner, String value, String type) (package private) static ParseExceptionprivate static voidscannerInfo(Scanner scanner) (package private) static ParseExceptionselfInherit(Scanner scanner, String name) (package private) static ParseExceptionstringTooLong(Scanner scanner, String str, String max) (package private) static ParseExceptionsyntaxError(Scanner scanner, int[] expected, int got) (package private) static ParseExceptionsyntaxError(Scanner scanner, int[] expected, String got) (package private) static ParseExceptionsyntaxError(Scanner scanner, int expected, int got) (package private) static ParseExceptionsyntaxError(Scanner scanner, String expected, String got) (package private) static ParseExceptionunclosedComment(String filename) (package private) static ParseExceptionundeclaredType(Scanner scanner, String undeclaredType) (package private) static ParseException(package private) static ParseExceptionwrongExprType(Scanner scanner, String mustBe, String is) (package private) static ParseExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
filename
-
line
-
lineNumber
private static int lineNumber -
pointer
-
detected
static boolean detected
-
-
Constructor Details
-
ParseException
ParseException(String message) Constructor: print the supplied message to Standard.err and create a new ParseException -
ParseException
ParseException(String message, boolean onlyAWarning) Constructor: print the supplied message to Standard.err, if it is not a warning, and create a new ParseException.
-
-
Method Details
-
abstractValueBox
-
alreadyDeclared
-
declNotInSameFile
-
alreadyDefaulted
-
alreadyDerived
-
alreadyRaised
-
attributeNotType
-
badAbstract
-
badCustom
-
badRepIDAlreadyAssigned
-
badRepIDForm
-
badRepIDPrefix
-
badState
-
branchLabel
-
branchName
-
duplicateInit
-
duplicateState
-
elseNoIf
-
endNoIf
-
evaluationError
-
forwardEntry
-
forwardedValueBox
-
generic
-
illegalArray
-
illegalException
-
invalidConst
-
invalidConst
-
keywordCollision
-
deprecatedKeywordWarning
-
keywordCollisionWarning
-
methodClash
-
moduleNotType
-
nestedValueBox
-
noDefault
-
nonAbstractParent
-
nonAbstractParent2
-
nonAbstractParent3
-
notANumber
-
nothing
-
notPositiveInt
-
oneway
-
operationNotType
-
outOfRange
-
recursive
-
selfInherit
-
stringTooLong
-
syntaxError
-
syntaxError
-
syntaxError
-
syntaxError
-
unclosedComment
-
undeclaredType
-
warning
-
wrongType
-
wrongExprType
-
illegalForwardInheritance
-
illegalIncompleteTypeReference
-
scannerInfo
-
arg0
-
arg1
-
arg1Warning
-
arg2
-
arg3
-