Home
last modified time | relevance | path

Searched refs:ParseException (Results 1 – 24 of 24) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DParseException.java49 public class ParseException extends VJException { class
50 public ParseException() { in ParseException() method in ParseException
54 public ParseException(String message) { in ParseException() method in ParseException
H A DFontConverter.java105 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.FontConverter.Missing__font__na… in convertFromString()
118 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.FontConverter.Invalid__font__st… in convertFromString()
132 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.FontConverter.Invalid__font__si… in convertFromString()
135 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.FontConverter.Negative__font__s… in convertFromString()
H A DAttributeConverter.java122 throw new ParseException(errMsg); in convertFromString()
139 throw new ParseException(errMsg); in convertFromString()
153 throw new ParseException(errMsg); in convertFromString()
H A DAMConverter.java185 throw new ParseException(Global.fmtMsg in searchShadowPath()
314 throw new ParseException(Global.newline() + in convertFromString()
353 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.AMConverter.FMT.1", Global.getM… in convertParent()
358 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.AMConverter.FMT.2", Global.getM… in convertParent()
391 throw new ParseException(Global.newline() + in convertChildren()
H A DColorConverter.java93 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.ColorConverter.Illegal__color__… in convertFromString()
102 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.ColorConverter.Badly__formatted… in convertFromString()
H A DBaseEnum.java175 throw new ParseException(Global.fmtMsg( in set()
196 throw new ParseException(Global.fmtMsg( in set()
H A DPointConverter.java78 throw new ParseException(Global.fmtMsg( in convertFromString()
99 throw new ParseException(Global.fmtMsg( in getIntegerFromTable()
H A DDimensionConverter.java77 throw new ParseException(Global.fmtMsg( in convertFromString()
101 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.DimensionConverter.Badly__forma… in getIntegerFromTable()
H A DListParser.java129 catch (ParseException ex) { in parseList()
266 throw new ParseException( in findElement()
327 throw new ParseException( in findElement()
343 throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.ListParser.UnmatchedBrace")); in findElement()
345 throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.ListParser.UnmatchedQuote")); in findElement()
1072 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.ListParser.ExpectingTwoElements… in makeListTable()
1083 throw new ParseException(/* NOI18N */"\n\t" + in parseInt()
H A DInsetsConverter.java82 throw new ParseException(Global.fmtMsg( in getIntegerFromTable()
115 throw new ParseException(Global.fmtMsg( in convertFromString()
H A DBooleanConverter.java71 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.BooleanConverter.Illegal__boole… in convertFromString()
H A DIntegerConverter.java63 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.IntArrayConverter.BadFormatInte… in convertFromString()
H A DOpAction.java556 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.OpAction.NumberFormatException"… in convertFromString()
582 … throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.OpAction.ValWithoutType", s)); in convertFromString()
586 throw new ParseException(Global.fmtMsg( in convertFromString()
H A DMakefile45 ParseException PointConverter ReliefEnum \
H A DDoubleArrayConverter.java89 …throw new ParseException(Global.getMsg("sunsoft.jws.visual.rt.type.DoubleArrayConverter.Badly__for… in convertFromString()
H A DIntArrayConverter.java90 …throw new ParseException(Global.fmtMsg("sunsoft.jws.visual.rt.type.IntArrayConverter.BadFormatInte… in convertFromString()
H A DAttributeListConverter.java149 throw new ParseException(Global.newline() + in convertFromString()
H A DOpFilter.java438 throw new ParseException(/* NOI18N */ in convertFromString()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPolicy.java31 import java.text.ParseException;
161 } catch (ParseException e) { in setPolPwLength()
173 } catch (ParseException e) { in setPolPwClasses()
186 } catch (ParseException e) { in setPolPwHistory()
198 } catch (ParseException e) { in setPolMinlife()
210 } catch (ParseException e) { in setPolMaxlife()
H A DPrincipal.java32 import java.text.ParseException;
263 } catch (ParseException e) { in setExpiry()
291 } catch (ParseException e) { in setPwExpiry()
374 }catch (ParseException e) { in setKvno()
390 }catch (ParseException e) { in setMaxlife()
406 }catch (ParseException e) { in setMaxrenew()
H A DDefaults.java224 } catch (ParseException e) { in setMaxTicketLife()
240 } catch (ParseException e) { in setMaxTicketRenewableLife()
259 } catch (ParseException e) { in setAccountExpiryDate()
283 } catch (ParseException e) { in setCacheTime()
404 } catch (ParseException e) { in readFromFile()
412 catch (ParseException e) { /* leave default values in */} in readFromFile()
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java31 import java.text.ParseException;
133 } catch (ParseException e) { in ProbeDescription()
239 parse(String s) throws ParseException in parse()
283 throw new ParseException("Overspecified probe " + in parse()
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java295 class ParseException extends Exception { class
298 class BadTagException extends ParseException {
301 class SyntaxErrorException extends ParseException {
/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java59 import java.text.ParseException;
2800 } catch (ParseException e) { in getDateTimeFromDialogBox()